aspose file tools
The moose likes Struts and the fly likes where to use validation framework Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "where to use validation framework " Watch "where to use validation framework " New topic
Author

where to use validation framework

Rajendra Prakash
Ranch Hand

Joined: Sep 10, 2009
Posts: 293
where validation framework(valiator-rules.xml & validation.xml) exactly used and where validate() method used .
Both are used for validation.
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Simple validation--XML config. Complicated validation, including business logic--validate() method.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: where to use validation framework
 
Similar Threads
Input validation
JSF Validation Vs JavaScript Validation
Actual Use Of validate and input in struts config file
which is best, stuts validator or javascript
can i assign an error message for validation annotation from a .properties file