Posted By:
Anonymous
Posted On:
Tuesday, May 20, 2008 09:38 PM
I have a JSP page with several JSF input fields, one of which is a Password Field. After it is submitted and validated, I want the password field to maintain state (if it is valid). All other (valid) fields maintain state and I do not want the user to have to re-enter the password.
Any help would be apreciated.