Hi,
In my struts application I have some fields l,
April 9, 2007 at 11:22 PM
Hi, In my struts application I have some fields like id,name,date,email,phone(99-999-999999)like this. I can make use of validator framework to validate date,email,maxlength using predefined tags in validator-rules.xml.In order to validation on phoneno I want to know how can I do validation using validator framework.we can use javascript or we can add userdefined plugin to framework to do validation.can any one give me the suggestions(if possible sample code)to add user defined plugin.