input secret component binding prob
Hello *
My inputSecret component doesnt display the value binded, i.e. when I load in a user I would expect to see "*******".
Is there some configuration I am missing? The password value is definately coming through.
<h:inputSecret id="password" value="#{user.password}" required="true" />
regards. JC.
# 4
> What is a better option?
>
> Have some "edit" button next to password field if as
> admin wishes to change it, then display it ?
>
> We are using SSL.
>
> Thanks
If those forms are accessible by admins only, then just keep it as is. But if you want to respawn the password in for example a login form, then it might be a security risk.
> Make sure you have written getter and setter for the
> password filed.
That's not it .. He will get completely different results otherwise ..
MethodNotFoundException and so on ;)