Re: two forms, two submits

2008-09-23 Thread cpanon
One/option option value=1Option Two/option option value=AllAll/option/select --- On Mon, 9/22/08, Piero Sartini [EMAIL PROTECTED] wrote: From: Piero Sartini [EMAIL PROTECTED] Subject: Re: two forms, two submits To: Struts Users Mailing List user@struts.apache.org Date: Monday

Re: two forms, two submits

2008-09-23 Thread Michael Jouravlev
Try this: http://wiki.apache.org/struts/StrutsWidgets#head-d413131b40091e2337eb036c8a7ce9e43f428aec On Tue, Sep 23, 2008 at 7:47 AM, cpanon [EMAIL PROTECTED] wrote: now the error is when I submit on a very simple form with the code below it states: No getter method available for property

two forms, two submits

2008-09-22 Thread cpanon
Hello I have two non-nested forms, each with their own submit button and separate action destinations.  The problem is when I click the second form the first form always fires.  Should this, primitive, design work as intuitive with each only submitting to the action on the specific form that

Re: two forms, two submits

2008-09-22 Thread Pascal Lalonde
I guess you should be more specific about the problem, what is the theme you are using ? The answer to your question is yes, it is working intuitively, as I use it in my own projects. - Pascal http://www.cameleon-sporting.com cpanon wrote: Hello I have two non-nested forms, each with

RE: two forms, two submits

2008-09-22 Thread Kawczynski, David
that house the forms. -Original Message- From: cpanon [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 3:57 PM To: Struts Users Mailing List Subject: Re: two forms, two submits Hi Pascal I dont understand the use of the word theme.  This is a very simplistic jsp that has two forms

Re: two forms, two submits

2008-09-22 Thread Piero Sartini
3:57 PM To: Struts Users Mailing List Subject: Re: two forms, two submits Hi Pascal I dont understand the use of the word theme.  This is a very simplistic jsp that has two forms, each with a different action and a html:submit button that does not work for one of the two forms.  I hope I am