I am using p:password tag for registration. I want to toggle the field to text when it is checked with check box, it change to password type mode when it is unchecked. How to solve the problem with primefaces component. I am using primefaces 3.0 and jsf 2.0.
Share
under the cover generates the
<input type="PASSWORD"/>field (with other attribute name etc..)So now if you need to show password have a check box like
in javascript