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: form submit problem...

2004-08-18 Thread Lucas Gonzalez Pearson
ED]> Sent: Wednesday, August 18, 2004 3:13 PM Subject: RE: form submit problem... > PLEASE TAKE ME OFF THIS MAILING > > -Original Message- > From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 18, 2004 1:04 PM > To: Struts Users Mailing Lis

RE: form submit problem...

2004-08-18 Thread Jones, Demian
PLEASE TAKE ME OFF THIS MAILING -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:04 PM To: Struts Users Mailing List Subject: RE: form submit problem... Thanks for the references, but just replacing html:submit with the below line

RE: form submit problem...

2004-08-18 Thread Jones, Demian
PLEASE TAKE ME OFF THIS MAILING -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 1:27 PM To: Struts Users Mailing List Subject: Re: form submit problem... Shilpa Nalgonda wrote: >Thanks for the references, but just replac

Re: form submit problem...

2004-08-18 Thread Michael McGrady
Shilpa Nalgonda wrote: Thanks for the references, but just replacing html:submit with the below line worked for me -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 12:50 PM To: Struts Users Mailing List Subject: Re: form submit problem

RE: form submit problem...

2004-08-18 Thread Shilpa Nalgonda
Thanks for the references, but just replacing html:submit with the below line worked for me -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 12:50 PM To: Struts Users Mailing List Subject: Re: form submit problem... Jim Barrows wrote

Re: form submit problem...

2004-08-18 Thread Michael McGrady
Michael McGrady wrote: I would also suggest: http://wiki.apache.org/struts/StrutsCatalogMultipleImageTagsSimplified Michael Perhaps I should say that I used the same solution that Ted suggests but found that it was way too heavy. You have to create an ImageButtonBean in your ActionForm for eac

Re: form submit problem...

2004-08-18 Thread Michael McGrady
Jim Barrows wrote: -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 18, 2004 9:15 AM To: Struts Users Mailing List Subject: form submit problem... I am trying to submit a form with users email and password, such that when the user ckicks on

RE: form submit problem...

2004-08-18 Thread Jim Barrows
> -Original Message- > From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 18, 2004 9:15 AM > To: Struts Users Mailing List > Subject: form submit problem... > > > I am trying to submit a form with users email and password, > such tha

form submit problem...

2004-08-18 Thread Shilpa Nalgonda
I am trying to submit a form with users email and password, such that when the user ckicks on next the checkCustomer.do action is executed. I am using html:submit to display the next button as below:" " But i do not want to use html:submit as i have to display a img butt