Re: SAF2 + commons-validator

2006-04-16 Thread Ricardo Lecheta
>>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

Re: SAF2 + commons-validator

2006-04-15 Thread Jason Carreira
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.

[action2] Re: SAF2 + commons-validator

2006-04-13 Thread Don Brown
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

Re: SAF2 + commons-validator

2006-04-13 Thread Ricardo Lecheta
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

Re: SAF2 + commons-validator

2006-04-12 Thread Don Brown
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

SAF2 + commons-validator

2006-04-12 Thread Ricardo Lecheta
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