This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes validate method in DynaValidatorForm Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "validate method in DynaValidatorForm" Watch "validate method in DynaValidatorForm" New topic
Author

validate method in DynaValidatorForm

sekhar soma
Greenhorn

Joined: Mar 27, 2006
Posts: 3
Hi,
how to override the validate method by subclasssing a class to DynaValidatorForm.
(i.e here the form should be validated first using the attributes defined in validation.xml and after validating the fields using the validation.xml ,it has to validate the form based on the validate method defined in the class where we subclass to DynaValidatorForm)
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: validate method in DynaValidatorForm
 
Similar Threads
ValidatorActionForm Question?
validation problems with multipage form
it is possible to do validations through Form class and Validations.xml file?
validate method in DynaValidatorForm
When is validate called on a DynaValidatorForm?