Re: S2 + Ajax Validation + JQuery

2009-02-11 Thread Sonny Gill
On Thu, Feb 12, 2009 at 8:11 AM, Jaarthy wrote: > > Hi alvin, > Please send them to my mail id aarthyj...@yahoo.com > > Thanks, > Aarthy Seriously guys! Why would you want or expect him to email it to you? Alvin is offering to share it with the community. Doesn't it make more sense

Re: S2 + Ajax Validation + JQuery

2009-02-11 Thread Jaarthy
Hi alvin, Please send them to my mail id aarthyj...@yahoo.com Thanks, Aarthy alvins wrote: > > Hi guys, > > We recently implemented the above and it is quite funky. If anyone is > interested I can post some of the pieces needed. > > You can see some of it in action here - > ht

Re: S2 + Ajax Validation + JQuery

2009-02-11 Thread Nuwan Chandrasoma
alvins wrote: Hi guys, We recently implemented the above and it is quite funky. If anyone is interested I can post some of the pieces needed. You can see some of it in action here - http://www.truelocal.com.au/secure/submissions/submission-addBusiness.do. Cheers, Alvin any blogs where we c

Re: S2 + Ajax Validation + JQuery

2009-02-11 Thread Subhash Reddy P
02/11/2009 05:14 PM Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject S2 + Ajax Validation + JQuery Hi guys, We recently implemented the above and it is quite funky. If anyone is interested I can post some of the pieces needed. You can see som

S2 + Ajax Validation + JQuery

2009-02-11 Thread alvins
Hi guys, We recently implemented the above and it is quite funky. If anyone is interested I can post some of the pieces needed. You can see some of it in action here - http://www.truelocal.com.au/secure/submissions/submission-addBusiness.do. Cheers, Alvin -- View this message in context: http

S2 AJAX validation article

2008-10-07 Thread Oleg Mikheev
Hi all, I've written an article on Struts 2 validation. http://www.javaworld.com/javaworld/jw-10-2008/jw-10-struts2validation.html Any comments are welcome, especially on the 'hack' proposed there in 'advanced' section. W/o that hack S2 AJAX validation would requir

Re: S2 Ajax validation & actionErrors

2008-08-22 Thread Musachy Barroso
Don't remember about 2.0, but it was done with DWR for sure. On Fri, Aug 22, 2008 at 12:14 PM, Oleg Mikheev <[EMAIL PROTECTED]> wrote: > Musachy Barroso wrote: >> >> I think I misunderstood your question, it does serializes the action >> errors, but it doesn't show them on the page for you. > > Bu

Re: S2 Ajax validation & actionErrors

2008-08-22 Thread Oleg Mikheev
Musachy Barroso wrote: I think I misunderstood your question, it does serializes the action errors, but it doesn't show them on the page for you. But it doesn't serialize them in 2.0.x right? I understand that 2.1 is very promising, but it is still in beta... And since 2.1 doesn't display actio

Re: S2 Ajax validation & actionErrors

2008-08-22 Thread Musachy Barroso
I think I misunderstood your question, it does serializes the action errors, but it doesn't show them on the page for you. On Fri, Aug 22, 2008 at 11:32 AM, Oleg Mikheev <[EMAIL PROTECTED]> wrote: > Hello > > To put it straight: > do I understand it right that S2 AJAX va

Re: S2 Ajax validation & actionErrors

2008-08-22 Thread Musachy Barroso
[2.1] No, it also serializes action errors: http://struts.apache.org/2.x/docs/ajax-validation.html musachy On Fri, Aug 22, 2008 at 11:32 AM, Oleg Mikheev <[EMAIL PROTECTED]> wrote: > Hello > > To put it straight: > do I understand it right that S2 AJAX validation doesn'

S2 Ajax validation & actionErrors

2008-08-22 Thread Oleg Mikheev
Hello To put it straight: do I understand it right that S2 AJAX validation doesn't take care of action errors, only the field ones? So that action errors are displayed only on submit. Thanks - To unsubscribe, e-mail: [

Re: [S2] Ajax validation

2007-06-19 Thread Musachy Barroso
By the way, remember there is a javascript validation (validate="true" on form), and an "ajax" validation (DWR on 2.0, and interceptor+dojo on 2.1), if that is not confusing enough, you can used them together :) regards musachy On 6/19/07, Dave Newton <[EMAIL PROTECTED]> wrote: Never mind :/

Re: [S2] Ajax validation

2007-06-19 Thread Dave Newton
Never mind :/ During editing the form's ajax theme got deleted and I didn't notice. Actually leads to another problem regarding a form with validation errors that updates a different div on success, though, but that's a new topic :) d. --- Dave Newton <[EMAIL PROTECTED]> wrote: > Hi, > > If I'

[S2] Ajax validation

2007-06-19 Thread Dave Newton
Hi, If I'm using the Ajax theme and an where are the messages being built into the JavaScript coming from, can I change them, and to what extent (i.e., action-alias level properties etc.)? Thanks, Dave ___