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

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 Does

RE: Multiple forms on one page

2005-04-27 Thread Paul McCulloch
You can only submit one form at a time. This is an http issue - not a Struts one. The solution I have used is to combine all the neccessary fields into a single form. I typically do this with nested objects - so my form bean would have two properties "data" & "search" say. These objects themsel