RE: Some confusion trying to do ajax form submit

2008-06-16 Thread Karr, David
Perfect. Changing my interceptor-ref to the following resolved this: struts\..* > -Original Message- > From: Musachy Barroso [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2008 8:43 AM > To: Struts Users Mailing List > Subject: Re: Some confusion trying to do a

Re: Some confusion trying to do ajax form submit

2008-06-16 Thread Musachy Barroso
> symptoms the exception might be causing. I don't see anything yet. > >> -Original Message- >> From: Musachy Barroso [mailto:[EMAIL PROTECTED] >> Sent: Sunday, June 15, 2008 5:09 PM >> To: Struts Users Mailing List >> Subject: Re: Some confusion tr

RE: Some confusion trying to do ajax form submit

2008-06-16 Thread Karr, David
e exception might be causing. I don't see anything yet. > -Original Message- > From: Musachy Barroso [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 15, 2008 5:09 PM > To: Struts Users Mailing List > Subject: Re: Some confusion trying to do ajax form submit > >

RE: Some confusion trying to do ajax form submit

2008-06-16 Thread Karr, David
t; To: Struts Users Mailing List > Subject: RE: Some confusion trying to do ajax form submit > > If it's useful to diagnose this, I made my action > ParameterAware so I could inspect the request parameters > directly. I received three parameter keys, "firstName",

RE: Some confusion trying to do ajax form submit

2008-06-15 Thread Karr, David
, and that causes the exception I'm seeing. > -Original Message- > From: Karr, David > Sent: Sunday, June 15, 2008 8:14 PM > To: Struts Users Mailing List > Subject: RE: Some confusion trying to do ajax form submit > > --- > ognl.Express

RE: Some confusion trying to do ajax form submit

2008-06-15 Thread Karr, David
-Original Message- > From: Musachy Barroso [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 15, 2008 5:09 PM > To: Struts Users Mailing List > Subject: Re: Some confusion trying to do ajax form submit > > Take a look at this (2.1 only): > > http://struts.apache.org

Re: Some confusion trying to do ajax form submit

2008-06-15 Thread Dave Newton
--- On Sun, 6/15/08, Karr, David <[EMAIL PROTECTED]> wrote: > I'm now trying to explore doing an Ajax form submit, > and getting a JSON response. I'm using YUI on the > client side. I'd like to see if I can get similar > data in the JSON response that I would i

Re: Some confusion trying to do ajax form submit

2008-06-15 Thread Musachy Barroso
I'm now trying to explore doing an Ajax form submit, and getting a JSON > response. I'm using YUI on the client side. I'd like to see if I can > get similar data in the JSON response that I would in a normal submit, > for instance, with field errors. > > There are

Some confusion trying to do ajax form submit

2008-06-15 Thread Karr, David
I have a simple page with validation that I got working with a conventional submit and action. I'm now trying to explore doing an Ajax form submit, and getting a JSON response. I'm using YUI on the client side. I'd like to see if I can get similar data in the JSON response th

Ajax form submit - problem with Struts2 annotations cont.

2007-12-11 Thread Aleksander Adamowski
Hi! Regarding the question asked by wild_oscar on Nov 19, 2007 on this list (http://www.nabble.com/Ajax-form-submit---problem-with-Struts2-annotations--to13834818.html). I have a similar problem - Oscar, did you find out why is it happening and whether it's a bug in Struts 2? -- Best Re

Re: Ajax form submit - problem with Struts2 annotations?

2007-11-21 Thread wild_oscar
quot;/save">Test > > Does anyone know why the submit button does not work? > -- View this message in context: http://www.nabble.com/Ajax-form-submit---problem-with-Struts2-annotations--tf4835849.html#a13876490 Sent from the Struts - User mailing list archive at Nabble.com.

Ajax form submit - problem with Struts2 annotations?

2007-11-19 Thread wild_oscar
ks well. I tried this s:a link: Test Does anyone know why the submit button does not work? -- View this message in context: http://www.nabble.com/Ajax-form-submit---problem-with-Struts2-a

Re: Ajax Form Submit

2007-02-01 Thread Musachy Barroso
Try using "targets" instead of "resultDivId", which is deprecated, but should work anyway. Are there any javascript errors on the page when this happens? regards musachy Siva Gurusamy wrote: HI, I am having a problem in using ajax in Struts 2 Application. Can someone explain me how to resol