>>Have you tried the form validation using DWR? It does the REAL validations on
>>the server >>side, but while you're still editing the form. Lots of
>>validtations are too complex to be >>implemented as Javascript in-browser
>>validations, so IMO this is a much better solution >>for client-side
Have you tried the form validation using DWR? It does the REAL validations on
the server side, but while you're still editing the form. Lots of validtations
are too complex to be implemented as Javascript in-browser validations, so IMO
this is a much better solution for client-side validation.
That sounds like a great solution. Please keep us informed, and when you have code to share, open up a ticket
(http://issues.apache.org/struts) and start collecting patches and comments there. Thanks for taking this up!
Don
Ricardo Lecheta wrote:
Hi,
I will continue working in the commons-v
Hi,
I will continue working in the commons-validator+ww... Basically, right now, I
need use the validation.xml... but what I am trying to do is just use the
Action-validation.xml from XWork, and create the commons validators Objects
reading this file... So we can have just one configuration fil
That's good to hear. We are planning on supporting commons-validator in
action 2, but haven't worked on that yet. Any help and/or code you
could provide would be very helpful.
To be honest, I'm not a big fan of commons-validator though, even though
I've done a fair bit of work on it. I'd li
Hi all,
how the javascript validation will be implemented in SAF2 ?
the javascript validation was always a weak funcionallity in webwork... hope it
will improve in SAF2 :-)
I have customized the spring-modules-validator for webwork. So I am using
commons-validator with WW, and everythink is wo