| Author |
can we have multiple validation.xml files to handle valdations of different forms?
|
kiran nyala
Greenhorn
Joined: Sep 21, 2009
Posts: 23
|
|
hi
can we have multiple validation.xml files to handle valdations of different forms?
I have written only one validation.xml, one formbean (ActionForm) to handle multiple jsp form elements. But when i use validation frame work all validations written in validation.xml are taking place irrespective of submitting JSP form elements.
so i need to validate only the elements submitted in jsp using this single validation.xml, is there any way to do it?
My code is as follows (Struts 1.2)
1)index.jsp
2)home.jsp
3)struts-config.xml
4) validation.xml
|
 |
Yogesh Lonkar
Ranch Hand
Joined: Jul 17, 2012
Posts: 84
|
|
you can make multiple validation.xml file depending on Action classes such e.g.
<actionClass>-<actionAlias>-validation.xml
yourActionClass-firstAction-validation.xml
yourActionClass-secondAction-validation.xml
|
Learning some thing New Every Day
|
 |
 |
|
|
subject: can we have multiple validation.xml files to handle valdations of different forms?
|
|
|