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 in a normal > submit, for instance,

Re: Some confusion trying to do ajax form submit

2008-06-15 Thread Musachy Barroso
Take a look at this (2.1 only): http://struts.apache.org/2.0.11.1/docs/ajax-validation.html musachy On Sun, Jun 15, 2008 at 8:02 PM, Karr, David <[EMAIL PROTECTED]> wrote: > I have a simple page with validation that I got working with a > conventional submit and action. > > I'm now trying to exp