TheCoder4eu / BootsFaces

BootsFaces : the next gen JSF Framework
MIT License
71 stars 17 forks source link

InputSecret #32

Closed razvan100 closed 9 years ago

razvan100 commented 10 years ago

Hi,

I just started to use this framework and didn't find any reference for a password field. Is it implemented? Ifnot how can I get the source-code? All I found in the repository were some readme files.

Thanks, Razvan

TheCoder4eu commented 9 years ago

Hi, it should suffice to use a:

<h:inputSecret value="#{userBean.password}" />

tag in a h:form tag, the core css should take care of the rest...

The source code is going to be publisher in few days... Regards