I need to show the reset password button only if selected user usertype is 'External' , hide the reset password button if user usertype is 'Employee'.
used EL expression #{!bindings.role.inputValue=='Employee'} to hide this button, bindings.role.inputValue value itself coming as null, am I missing anything in regards to bindings or does it need to be implemented using custom managed bean ?
Thanks