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

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 wo

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 tag on the second form. Any ideas on how to fix this? This e-mail, including attachments, may include confid

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
-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 to

RE: Multiple Forms on One Page

2003-02-20 Thread James Childers
tags, HTML, whatever... That's all you have to do. -= J > -Original Message- > From: C F [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 9:41 AM > To: [EMAIL PROTECTED] > Subject: Multiple Forms on One Page > > Hello everyone, > > I want

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
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 depending on which form was submitted. I don't see that it is possible to

RE: Multiple Forms on One Page

2003-02-20 Thread James Mitchell
rom: 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 unrela

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 struts-config.

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. Now lets say we want to initialize these two forms (specifically th