Yes, we use them alot ... works great.. (I like the URLEncodedFormat myself :))
Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector Commerce Builder > Will this also work for structures/or structures inside an array? > > WAJ > ----- Original Message ----- > From: "Kwang Suh" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Saturday, May 04, 2002 3:44 AM > Subject: RE: Passing Array between forms? > > > > You don't need to use the URL functions: > > > > <cfwddx action="cfml2wddx" input="#ArrayName#" output="sumtin"> > > <input type="hidden" name="sumtin" value="#HTMLEditFormat(sumtin)#"> > > > > <cfwddx action="wddx2cfml" input="#form.sumtin#" > > output="#ArrayName#"> > > > > -----Original Message----- > > From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] > > Sent: Friday, May 03, 2002 8:34 PM > > To: CF-Talk > > Subject: Re: Passing Array between forms? > > > > > > Dump the array into a WDDX packet: > > > > <cfwddx action="cfml2wddx" input="#ArrayName#" output="sumtin"> > > <input type="hidden" name="sumtin" value="#UrlEncodedFormat(sumtin)#"> > > > > Then to unpackage on next page: > > > > <cfwddx action="wddx2cfml" input="#URLDecode(form.sumtin)#" > > output="#ArrayName#"> > > > > Play with your Array! > > > > Hope this helps! > > > > Paul Giesenhagen > > QuillDesign > > http://www.quilldesign.com > > SiteDirector Commerce Builder > > > > > > > > > Folks, > > > > > > > > > > > > How can I pass an array between forms? Is there a tutorial on web that > I > > can look at? > > > > > > > > > > > > The problem? > > > > > > I have a few forms that the user needs to fill in. He/She is allowed to > > return to a previous page and edit their input. Currently the application > > is storing form values into an array with a session scope. The values are > > then available to all pages. There must be a better way of doing this. > Any > > suggestions will me greatly appreciated. Many Thanks. > > > > > > > > > > > > WAJ > > > > > > > > > Email: [EMAIL PROTECTED] > > > Tel: (+44) 0121 240 3611 > > > > > > > > > > > > > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

