RE: multiple forms on one page on JBoss 3.2.1

2003-08-04 Thread Amit Kirdatt
Nevermind, I figured it out! We were missing "property" on an tag. -Original Message- From: Amit Kirdatt Sent: Monday, August 04, 2003 8:04 AM To: '[EMAIL PROTECTED]' Subject: multiple forms on one page on JBoss 3.2.1 I have a page with two forms. The page works on other servlet conta

Re: Multiple Forms on One Page

2003-02-21 Thread C F
rs, you will need hidden inputs and some javascript. Nico. - Original Message - From: "Ray Madigan" To: "Struts Users Mailing List" Sent: Thursday, February 20, 2003 5:15 PM Subject: RE: Multiple Forms on One Page > Hi, > Im fairly new to Struts, but i can&#x

RE: Multiple Forms on One Page

2003-02-20 Thread Chen, Gin
I do this all the time. Just have 2 html:forms on your JSP page. The actions for the forms can map to different actions from you struts-config. Struts-Config doesnt specify jsp a form appears on. It just defines possible actions for forms. Where you put the forms is entirely up to u. -Tim -Ori

RE: Multiple Forms on One Page

2003-02-20 Thread James Childers
You just put multiple tags in your page, each defined appropriately. Struts-config isn't directly involved in multiple forms on a single page, except insofar as the form beans and Actions are initially defined there. Ex: ... form tags, HTML, whatever... ... more HTML here ... ... form tags,

Re: Multiple Forms on One Page

2003-02-20 Thread Nicolas De Loof
cript. Nico. - Original Message - From: "Ray Madigan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 20, 2003 5:15 PM Subject: RE: Multiple Forms on One Page > Hi, > Im fairly new to Struts, but i ca

RE: Multiple Forms on One Page

2003-02-20 Thread Ray Madigan
Hi, Im fairly new to Struts, but i can't see what the restriction is. Can't you define two forms on a single page, each with the appropriate action? Ray Madigan -Original Message- From: C F [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 7:41 AM To: [EMAIL PROTECTED] Subject

RE: Multiple Forms on One Page

2003-02-20 Thread James Mitchell
Have you considered using Tiles? -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org/ "The man who does not read good books has no advantage over the man who cannot read them." - Mark Twain (1835-1910) > -Original Message- > From: C F [mailto:[EMAI