If you are using Validator, you could use a multi-page form.
http://jakarta.apache.org/struts/api/org/apache/struts/validator/ValidatorFo
rm.html

IMHO, one of the major gains of ValidatorForm over ActionForm is the 'page'
attribute, which will enable you to use one form over multiple pages.

Wiebe
http://frontierj.blogspot.com 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 14, 2003 11:36 AM
To: [EMAIL PROTECTED]
Subject: Request Scope Lifetime & Propagation

Hello,

Is there anyway to propagate data from request to request? That is I
have some data used in one request (which renders a JSP) which I want
included into the next request. The data in question is in the request
scope and is not really appropriate for the session scope (since they
would have to be cleaned-up if a user begins the request chain again).

Any suggestions that avoid writing the data to the query string?

TIA

John Pitchko
Programmer/Analyst
Downstream Marketing Systems - e-Business Group
Shell Canada Limited




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to