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
Hi alvin, Please send some of them to the mail id p.subhashre...@gmail.com please as i am the beginner for struts2.0. Thanks & Regards, Subhash Reddy P "Children are the incarnation of god, never hurt them and please don't encourage child labour " alvins 02/11/2009 05:14 PM

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 validation doesn't > take car

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't > take care of action er

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'