aspose file tools
The moose likes Struts and the fly likes Custom Validator is the only solution? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Custom Validator is the only solution?" Watch "Custom Validator is the only solution?" New topic
Author

Custom Validator is the only solution?

Erap Estrada
Ranch Hand

Joined: Nov 08, 2006
Posts: 92
Hi. I do hope I can get some help.

I have a form that need to be validated and that's easy to do using Validator framework included in struts.

My problem is, after failed validation, I need to forward it to a dynamic page where several parameter value are needed. I know I can't do that in struts-config.xml file.

So this means that I have no other choice but to have a custom validator form?

Thank you in advance.


SCJP with 98% by...
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Custom Validator is the only solution?
 
Similar Threads
html javascript tag
How to restrict URL in structs validations?
how do you write a validator that validates a field based on another field?
Custom Validation
question about validating multiple fields