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 Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:187027 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

