Re: Multiple Forms on one page

2006-03-31 Thread Eric Rank
Thanks Michael, That helps out quite a bit. I thought that was going to be the answer. I was just having a hard time thinking beyond 1 to 1 relationships. What you say makes sense. Thanks! Eric Rank www.lo-fi.net On 3/31/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 3/31/06, Eric Rank <

Re: Multiple Forms on one page

2006-03-31 Thread Michael Jouravlev
On 3/31/06, Eric Rank <[EMAIL PROTECTED]> wrote: > Greeting friends, > > I'm looking for a best-practice strategy for what to do when a page has > multiple forms. My questions: > > 1. Is there a way to specify multiple form beans for one action? No. > 2. Assuming there's _not_ a way to specify mu

Multiple Forms on one page

2006-03-31 Thread Eric Rank
Greeting friends, I'm looking for a best-practice strategy for what to do when a page has multiple forms. My questions: 1. Is there a way to specify multiple form beans for one action? 2. Assuming there's _not_ a way to specify multiple form beans (only one 'name' attribute allowed in the 'action

RE: Multiple forms on one page

2005-04-27 Thread hermod . opstvedt
Hi Addendum : You can only post 1 form at a time Hermod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 2:50 PM To: user@struts.apache.org Subject: RE: Multiple forms on one page Hi No problem - I have several pages that are

RE: Multiple forms on one page

2005-04-27 Thread hermod . opstvedt
Hi No problem - I have several pages that are multiform - Validation is also supported for multiform. Hermod -Original Message- From: Fleischle, Samuel [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 10:48 AM To: user@struts.apache.org Subject: Multiple forms on one page

RE: Multiple forms on one page

2005-04-27 Thread Paul McCulloch
quot; say. These objects themselves contain the String properties for user input. If you are using JSPs then the nested taglib makes rendering this stuff easy. Paul > -Original Message- > From: Fleischle, Samuel [mailto:[EMAIL PROTECTED] > Sent: 2005/27/04 09:48 > To: user@struts.apa

Multiple forms on one page

2005-04-27 Thread Fleischle, Samuel
Does Struts support more then one form on a single page? In my application I put two forms on one page, one form containing the data and one form containing some search fields. I define one form bean for each form. But if I submit one of these forms, e.g. the search form, I got only one form fi