Re: redirecting post data from a form

2011-02-02 Thread ojonam
Hi Warren, thanks for your reply. Sessions seems to be a nice way to go. Cheers, ojonam On Jan 31, 7:08 pm, Warren warren.colb...@mac.com wrote: Another alternative would be save the data you need in the other controller to the session using the session component which makes the data

redirecting post data from a form

2011-01-31 Thread ojonam
Hello all, I have a flow in which I have a general form (Form 1), which accepts different types of inputs (each of which is handled by a different controller). So when I get information from the form regarding the type of input, I would like to redirect to the corresponding controller

Re: redirecting post data from a form

2011-01-31 Thread Warren
Another alternative would be save the data you need in the other controller to the session using the session component which makes the data available anywhere. You could create a temporary session key, store it there, then when you are done with it, delete the session data. On Jan 31, 5:42 am,