For a number of reasons, I would like to have the previous request's 
parameters available to the next request. For example, in the action 
attribute of <form> parameters (in my velocity templates), I specify the 
page that I want people to see upon completing the form correctly. In the 
action that processes the data in the form, I validate the data and return 
the user to the form with FormMessages if there were problems. Currently, I 
hard code the template name that I want to return the user to if there are 
problems in the action (this means that my action can only process data from 
a particular template). I would like to be able to pull the previous 
template out of the RunData and return the user to that template with 
FormMessages. I would also like to implement this because I am interested in 
how users navigate the site, and plan to keep track of this by the sequence 
of URLs they follow.
So my question is, in Turbine, where would be the appropriate place to add 
this extra data to the RunData?
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to