Thread: New to Struts
View Single Post
  #2 (permalink)  
Old 08-01-2007, 01:13 PM
arfatkhan arfatkhan is offline
Member
 
Join Date: Jul 2007
Posts: 9
arfatkhan is on a distinguished road
Hi,

In struts validator framwork. This used for client side validation.
There are 2 important files
Validation.xml and Validator-rules.xml

In Validator-rules.xml all Validation rules will be available.
In validaor.xml you need to mention the form name for which you are validating and field name and some other information.
Reply With Quote