There are a series of screens in my application that are used to
complete a task.  This is fairly typical: the data from the first screen
is parsed & stored, used by the second form, and the third step is to
perform an action using the input from the first 2 screens.

How should the data be persisted after the first screen parses the form
parameters?  Is there a session object?  Is the RunData instance
persisted for more than a single HTTP request?

Right now the second screen parses the form parameters and the template
generates another form with those values from the first screen as
"hidden" form parameters..

In my other web development work I usually persist form parameters in
the session because it's the easiest thing to do... Is this "kosher?"

Thanks
--
Nate Reed
Physical Oceanography Distributed Active Archive Center
Jet Propulsion Laboratory (Raytheon)
[EMAIL PROTECTED]
(626) 744-5528
(626) 744-5506



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

Reply via email to