On the action page obviously, you can just do <cfset session.form = Duplicate(form) />
Easy as can be. Regards Dale Fraser > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Seona Bellamy > Sent: Wednesday, 1 February 2006 10:40 AM > To: [email protected] > Subject: [cfaussie] Re: Is it possible to use the FORM scope across > multiple pages? > > Hmm... I tried to do it the simple way: > > <cfset session.searchForm = #FORM#> > > This works fine if I try and use it on that page. Then I do a > <cflocation>. The new page can't see searchForm in session - it just > doesn't exist. Am I doing something wrong? > > Cheers, > > Seona.
