Hi all, I am writing my experience in case somebody same like me (very very new to struts) might get hint if they face the same problem. 1)First thing which i was doing wrong was making use of old validation-rules.xml (downloaded from web while downloading example) along with new jar files. The javascript validation was not working at all as function name ...required()... was missing "form name". This went ok once i corrected this version problem. 2)Secondly when i was testing server side validation - again it was not doing it and was just submitting as it is and reson was i was missing input = "...jsp file name" for action handler inside struts-config.xml file After 2 days of struggle at least simple "required" condition is working for me. Let's see how it goes further. I would also like to thank all who helped me out in my validator related issues. regards Manisha
Manisha Sathe <[EMAIL PROTECTED]> wrote: Manisha Sathe wrote: >I am testing struts validatior in one test program. Finally i could do some >date validation for user i/p. I could get javascript pop-up if i enter it >wrongly. > >i wanted to test server side validation - so i switched off javascript and >tried to submit - it went through w/o throwing any error. > >Now again pls help me, what i am missing out ? I am using something like >(instead of ActionForm) > >public class MyForm extends ValidatorForm { > >.... > >} > >inside my formbean > >regards >Manisha > >__________________________________________________ >Do You Yahoo!? >Tired of spam? Yahoo! Mail has the best spam protection around >http://mail.yahoo.com > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- Do you Yahoo!? Meet the all-new My Yahoo! – Try it today! --------------------------------- Do you Yahoo!? Meet the all-new My Yahoo! – Try it today!