| Author |
struts 1.3,Validator forpassword field
|
vinod chemmi
Ranch Hand
Joined: Jun 15, 2009
Posts: 35
|
|
Hi Experts
I have an issue with validator for password field.I am using struts 1.3 and enabled validator in struts-config.xml file.Below giving the files which i used.
1.ExampleForm.jsp
2.staticjavascript.jsp
3.Struts-config.xml
4.validation.xml
5.ExampleFormAction.java
6.ExampleForm.java
Issue: My issue is with password field.Whenever i validate password field for mask value, even though the error is detecting it is not showing just like required validation. It is rentering in the ExampleForm.jsp through the <html:errors/>. I changed the password field to <html:text property="password"/> it worked as i expected. Any one have any idea?
|
 |
 |
|
|
subject: struts 1.3,Validator forpassword field
|
|
|