Re: Newbie question about form variables.

2003-07-18 Thread Sandeep Takhar
session scope or hidden fields on each page. sandeep --- "Norr, Peter" <[EMAIL PROTECTED]> wrote: > I am developing a wizard style form.. > > How do I obtain the value submitted in the previous > page of a form from the > jsp page? > > For example, in step2.jsp I need to know what was > selecte

RE: Newbie question about form variables.

2003-07-17 Thread Norr, Peter
If my form bean is DynaActionForm.. How do I do something like this... -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 3:28 PM To: Struts Users Mailing List Subject: RE: Newbie question about form variables. In answer to your second

RE: Newbie question about form variables.

2003-07-17 Thread Mike Jasnowski
ruts Users Mailing List Subject: RE: Newbie question about form variables. It doesn't matter, a DynaActionForm has a name just like other action forms. -Original Message- From: Norr, Peter [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 3:18 PM To: 'Struts Users Mailing List&

RE: Newbie question about form variables.

2003-07-17 Thread Mike Jasnowski
It doesn't matter, a DynaActionForm has a name just like other action forms. -Original Message- From: Norr, Peter [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 3:18 PM To: 'Struts Users Mailing List' Subject: RE: Newbie question about form variables. Yes!

RE: Newbie question about form variables.

2003-07-17 Thread Norr, Peter
ect: RE: Newbie question about form variables. Yes I understand. But how do I acces the Form Bean from the jsp page? Peter -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 2:40 PM To: Struts Users Mailing List Subject: RE: Newbie question a

RE: Newbie question about form variables.

2003-07-17 Thread Adam Levine
ts Users Mailing List" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: Newbie question about form variables. Date: Thu, 17 Jul 2003 15:12:33 -0400 Does Struts 1.1 come with JSTL implementation? If so How do I use it? Peter -

RE: Newbie question about form variables.

2003-07-17 Thread Mike Jasnowski
RE: Newbie question about form variables. Yes I understand. But how do I acces the Form Bean from the jsp page? Peter -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 2:40 PM To: Struts Users Mailing List Subject: RE: Newbie question abou

RE: Newbie question about form variables.

2003-07-17 Thread Norr, Peter
Does Struts 1.1 come with JSTL implementation? If so How do I use it? Peter -Original Message- From: Adam Levine [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 3:05 PM To: [EMAIL PROTECTED] Subject: RE: Newbie question about form variables. scriptlets (bad choice) custom

RE: Newbie question about form variables.

2003-07-17 Thread Adam Levine
]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: Newbie question about form variables. Date: Thu, 17 Jul 2003 15:02:11 -0400 Yes I understand. But how do I acces the Form Bean from the jsp page? Peter -Original Message- From: Mike Jasnows

RE: Newbie question about form variables.

2003-07-17 Thread Norr, Peter
Yes I understand. But how do I acces the Form Bean from the jsp page? Peter -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 2:40 PM To: Struts Users Mailing List Subject: RE: Newbie question about form variables. one way is to have

RE: Newbie question about form variables.

2003-07-17 Thread Mike Jasnowski
7; Subject: Newbie question about form variables. I am developing a wizard style form.. How do I obtain the value submitted in the previous page of a form from the jsp page? For example, in step2.jsp I need to know what was selected in step1.jsp. Than

Newbie question about form variables.

2003-07-17 Thread Norr, Peter
I am developing a wizard style form.. How do I obtain the value submitted in the previous page of a form from the jsp page? For example, in step2.jsp I need to know what was selected in step1.jsp. Thanks! Peter -- This