Re: Multiple submit buttons on form not working

2007-03-01 Thread Dave Newton
--- Neil Aggarwal [EMAIL PROTECTED] wrote: s:form action=test/FormTest s:property value=message/ s:submit value=First Message name=message1 / /s:form Any ideas why this is not working? I would guess because it's trying to convert the string value into a true/false boolean and failing?

RE: Multiple submit buttons on form not working

2007-03-01 Thread Neil Aggarwal
your inbox. Visit http://www.spammilter.com for details. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 7:46 AM To: Struts Users Mailing List Subject: Re: Multiple submit buttons on form not working --- Neil Aggarwal [EMAIL PROTECTED] wrote

Multiple submit buttons on form not working

2007-02-28 Thread Neil Aggarwal
Hello: I am trying to follow this guide: http://struts.apache.org/2.0.6/docs/html-form-buttons-howto.html To create a multiple button form. Unfortuntely, it is not working for me. I created a simple demo page at: https://tweb.retcgroup.com/thymeleweb/test/FormTest.action As you can see, press