Hi, I have a user form having password field(using <h:inputSecret> tag) and a list box(using <h:selectOneMenu>). whenever I change value of the list box, password entered in the text field disappears and user has to renter the password. Similarly if I retrieve user's data from the database, all the values are shown except password field which is blank. Is this an usual behavior of <h:inputSecret> tag.
Thanx for any help . Regards, Rashmi