| Author |
question about validator framework
|
Robert Strong
Ranch Hand
Joined: Sep 10, 2002
Posts: 83
|
|
I'm using validator framework for my struts applications. the problem I have is that: the actionForm to be validated appeared in several pages, and I have to specify input attribute in action mapping in struts-config.xml so that the validator would returned to the previous page to display errors. however this would allow me to statically specify the input page. So is there anyway that I can dynamically let validator know what the current input page is, instead of specifying in action mappings in struts-config.xml?
|
 |
 |
|
|
subject: question about validator framework
|
|
|