Backing the form with a session-scoped CFC could encapsulate it all nicely, too.

-joe


On Fri, 10 Dec 2004 14:45:57 -0200, Marco Antonio C. Santos
<[EMAIL PROTECTED]> wrote:
> Using SESSION structure could be the best answer for Tim questions...
> 
> Best regards
> 
> Marco
> 
> On Fri, 10 Dec 2004 10:41:17 -0600, Aaron Rouse <[EMAIL PROTECTED]> wrote:
> > One of our systems just creates a structure, with keys being the
> > hidden field names and then they have their values.  That is assigned
> > to a session variable and then referenced by the pages you are
> > navigating through.
> >
> > On Fri, 10 Dec 2004 16:23:52 +0000, Keith Gaughan
> >
> >
> > <[EMAIL PROTECTED]> wrote:
> > > Mark Drew wrote:
> > >
> > > > Serialise it into wddx, encode it to base 64, put it in hidden var
> > > >
> > > > <cfwddx action="CFML2WDDX" input="#FORM#" output="theform">
> > > > <cfset hiddenValue = ToBase64(theform)>
> > > > <input type="hidden" name="passthroughvals" value="#hiddenValue#">
> > >
> > > But then you have the awkward problem of deserialising it later on each
> > > page.
> > >
> > > --
> > > Keith Gaughan, Developer
> > > Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland
> > > http://digital-crew.com/
> > >
> > >
> >
> >
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187034
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to