multiple forms on one page

2003-10-24 Thread serdyn du toit
Hi. Is it allowable to have multiple struts forms on the same page. I can't really think that there should be a problem. Currently my page looks something like this: %@ page language=java autoFlush=true % %@ taglib uri=/tags/struts-bean prefix=bean % %@ taglib uri=/tags/struts-html prefix=html

multiple forms on one page on JBoss 3.2.1

2003-08-04 Thread Amit Kirdatt
I have a page with two forms. The page works on other servlet containers like tomcat and weblogic, but when we switched to JBoss it could not find any of the form bean elements after the html:form tag on the second form. Any ideas on how to fix this? This e-mail, including attachments, may

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 html:options 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

Re: Multiple Forms on One Page

2003-02-21 Thread C F
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't see what the restriction is. Can't you define two forms

Multiple Forms on One Page

2003-02-20 Thread C F
Hello everyone, I want to be able to have multiple forms on a single web page. These forms are totally unrelated in that I want them to materialize into different beans depending on which form was submitted. I don't see that it is possible to configure this scenario in the the

RE: Multiple Forms on One Page

2003-02-20 Thread James Mitchell
PROTECTED]] Sent: Thursday, February 20, 2003 10:41 AM To: [EMAIL PROTECTED] Subject: Multiple Forms on One Page Hello everyone, I want to be able to have multiple forms on a single web page. These forms are totally unrelated in that I want them to materialize into different beans

RE: Multiple Forms on One Page

2003-02-20 Thread Ray Madigan
] Subject: Multiple Forms on One Page Hello everyone, I want to be able to have multiple forms on a single web page. These forms are totally unrelated in that I want them to materialize into different beans depending on which form was submitted. I don't see that it is possible to configure

Re: Multiple Forms on One Page

2003-02-20 Thread Nicolas De Loof
. 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 can't see what the restriction is. Can't you define two

RE: Multiple Forms on One Page

2003-02-20 Thread James Childers
: Multiple Forms on One Page Hello everyone, I want to be able to have multiple forms on a single web page. These forms are totally unrelated in that I want them to materialize into different beans depending on which form was submitted. I don't see that it is possible to configure

RE: Multiple Forms on One Page

2003-02-20 Thread Chen, Gin
-Original Message- From: C F [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 10:41 AM To: [EMAIL PROTECTED] Subject: Multiple Forms on One Page Hello everyone, I want to be able to have multiple forms on a single web page. These forms are totally unrelated in that I want them

multiple forms on one page and population

2002-02-21 Thread rob
I have a view page that contains two forms each form has to be populated with dynamic data and each of the forms ideally would be processed by different actions when they are submitted. page with two forms. html:form action=foo html:select property=item html:options property=items