From: Andrew M. <an...@cb...> - 2004-03-31 06:33:49
|
Hi, The phrame docs suggest that I can use the same form object across several pages. Can I associate MyFormObject with three html forms and have them all feed into it, then on a fourth page display the contents of MyFormObject? I've taken a look at the code in ActionController and the _processForm method seems to create a new form object for each action. For this to work should this method check the session to see if such a form object exists and if so simply add to it? Thanks, Andrew. |