I've got something similar that I just ran into (concerning cflocating and
form variables).

I wrote a tag to look for certain 'attributes' scoped variables and put then
into a wddx packet.  I want to be able to just pass around the wddx packet
from form to form or page to page, and not have to pass the variables
individually in hidden fields.

Does anyone have a "best practice" for this?  Do's, don'ts, etc.?

Here are some questions and problems I've run into:

1.) Can a wddx packet get too large to pass via url?
2.) I tried storing the wddx packet as a client var, but if the user goes
back and chooses different search criteria, it may be possible that some of
the old criteria is left in the packet, thus giving incorrect search
results.


Brad


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to