Hi,
My command object has a User object which has a password field but it does not bind to the jsp.
JSP fragment:
<tr>
<td align="right" width="20%">Password:</td>
<td width="20%"><formassword path="password" /></td>
<td width="60%"><form:errors path="password"
cssClass="error" /></td>
</tr>
If the user object has password 'abcxyz', I do not see '*******' in my password field in the jsp. Other fields show up just fine.
Why does this happen and how can I fix this ?
Thanks in advance,
KCN


assword path="password" /></td>
Reply With Quote
