Looking through the archive I found this message, it's just what I need,
when I'm in doThis, I want to go of and doThat and then return to doThis. In
my case doThis is a multiple step wizard, which passes form(attributes)
variables up and down the pages, but at certain points the user many press
links to go and doThat, perhaps add extra items to be displayed in one of
the wizard steps.

Has the returnfuseaction tag every been refined or is their another way to
do that while doing this.

Cheers

Gary


�       From: Hal Helms
�       Subject: RE: returnfuseaction
�       Date: Sat, 13 Jan 2001 15:52:19 -0800

I agree with the idea, but I'm not sure of the current implementation. Let's
take a specific example. I want to perform fuseaction "doThis". I am passing
a set of hidden and exposed form variables to the index.cfm with a
fuseaction of "doThis". But now, I want to suspend the operation and make
the user perform another fuseaction, "doThat". When the user is all done, I
want him/her to go back to "doThis" AND I want all those form variables
restored.

In other words, I want a snapshot of my state taken, then have the user do
something else, then go back to "doThis" with all those original form
variables intact. In looking at the code, it doesn't seem that it's tring to
save any form variables.

I'm going to post a refinement to returnfuseaction and see if you don't like
it better -- at least it works better for me. It suspends the state, then
restores the state and does this as form variables, so that sensitive
variables aren't exposed as readily.

Hal Helms
== See www.ColdFusionTraining.com for info on "Best Practices with
ColdFusion & Fusebox" training, Jan 22-25 ==




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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