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 Regards

Re: Ajax form submit - problem with Struts2 annotations?

2007-11-21 Thread wild_oscar
href=%{urlId} targets=persons notifyTopics=/saveTest/s:a 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

Ajax form submit - problem with Struts2 annotations?

2007-11-19 Thread wild_oscar
s:a id=xxx theme=ajax href=%{urlId} targets=persons notifyTopics=/saveTest/s:a 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#a13834818 Sent from

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: span class=righthtml:submit value=next//span But i do not want to use

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 that when the user ckicks on next

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

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

RE: form submit problem...

2004-08-18 Thread Shilpa Nalgonda
, August 18, 2004 12:50 PM To: Struts Users Mailing List Subject: Re: form submit problem... 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

Re: form submit problem...

2004-08-18 Thread Michael McGrady
] Sent: Wednesday, August 18, 2004 12:50 PM To: Struts Users Mailing List Subject: Re: form submit problem... 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

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 replacing html:submit

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 Lucas Gonzalez Pearson
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 List Subject: RE: form submit problem... Thanks for the references, but just