Struts 2.0: Ajax based client side validation "onblur"

2008-04-10 Thread goelshek
For Struts 2.0 (NOT 2.1): The documentation for introduction to http://struts.apache.org/2.0.11.1/docs/ajax-client-side-validation.html Ajax Client Side Validation says that "The validation occurs on each onblur event for each form element". The http://struts.apache.org/2.0.11.1/docs/ajax-vali

Re: Help using Ajax form validation

2008-04-10 Thread goelshek
There is so much talk about Struts 2.1 and so many examples that work only with 2.1, not 2.0. So where do I download 2.1 from? A GA release is clearly not available. So why even put examples out there for a distro that is not available? Musachy Barroso wrote: > > If you are using 2.0.8 or 2.0

Re: Struts2: How to put validation.xml and Action.java in separate folders

2008-04-09 Thread goelshek
ur actions into sub-packages anyway." I agree. 100 was an exaggerated number, just to make a point of what I am looking for. Laurie Harper wrote: > > goelshek wrote: >> For Struts 2: >> >> Does anyone know if it is possible to put the validation.xml for an >>

Struts2: How to put validation.xml and Action.java in separate folders

2008-04-09 Thread goelshek
For Struts 2: Does anyone know if it is possible to put the validation.xml for an Action in a folder other than where the action resides? If I have a 100 java classes in my action package, I would like their *-validation.xmls to be in a separate folder such that all .java's are together and all .