So, I finally get it, <cf_returnfuseaction> is used for implementing
workflow into CF apps. What a great tag! Thanks Steve!
I have figured out how to use the tag, but I've got one small concern. I can
best explain it by talking about fusebox.org's website.
===
Let's say I visit the homepage, then I click on "suggestions". From there I
click on "Login". In response, the site first sets a returnURL of the
"suggestions" page, then it forwards me to the "login" screen in the
"members" directory.
Now, I should just login, but let's say that I don't. Let's say that I click
on "login" a second time. (the same one I clicked on before in the right
column) The site then sets another returnURL, but this one is of the "Login"
screen of the "members" directory. Then, I get forwarded to the same page
that I'm on ... the "login" screen.
>From there I login and all is fine, and afterwards I get forwarded back to
the "Suggestions" page that I originally came from.
===
My Question: By clicking on the "Login" link more than once, I set more than
one returnURL. What happens to the remaining returnURL afterwards? Does it
just hang around in the database? Will it interfere with further use of the
<cf_returnfuseaction> tag later on in other fuses? Is there any possibility
that the databsae might store duplicate returnURL's?
===
Thanks.
Inquiring minds want to know ...
-Russ
--
Russell Jones
Webmaster
ImproveNow.com
Phone: 207.236.0146
e-mail: [EMAIL PROTECTED]
> From: "Fred T. Sanders" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Tue, 10 Oct 2000 10:11:58 -0400
> To: Fusebox <[EMAIL PROTECTED]>
> Subject: Re: request.listofattributes???
>
> Sorry Russel. The request.listofattributes is just a handy way to make all
> the currently set attributes available globally (as a list of course so it
> doesn't hurt anything. I find it especially handy with the
> cf_returnfuseaction as you can add it to the returnurl and put the user
> right back where they started with everything in place when you forced them
> to do something else (like login) before completing whatever task they'd
> started.
>
> Fred
>
> ----- Original Message -----
> From: "Russell Jones" <[EMAIL PROTECTED]>
> To: "Fusebox" <[EMAIL PROTECTED]>
> Sent: Tuesday, October 10, 2000 10:04 AM
> Subject: Re: request.listofattributes???
>
>
>> anyone? :)
>>
>> --
>> Russell Jones
>> Webmaster
>> ImproveNow.com
>> Phone: 207.236.0146
>> e-mail: [EMAIL PROTECTED]
>>
>>> From: Russell Jones <[EMAIL PROTECTED]>
>>> Reply-To: [EMAIL PROTECTED]
>>> Date: Tue, 10 Oct 2000 00:37:09 -0400
>>> To: Fusebox <[EMAIL PROTECTED]>
>>> Subject: request.listofattributes???
>>>
>>> (sorry, just mailed this with the wrong subject)
>>>
>>> Just wondering, I frequently see the following code throughout the
>>> downloadable fusebox.org website ...
>>>
>>> <cfset request.listofattributes="rememberme=#rememberme#">
>>>
>>> It always appears before ...
>>>
>>> <cf_returnfuseaction
>>> action="return"
>>>
> defaulturl="#request.webroot#/members/index.cfm?rememberme=#rememberme#">
>>>
>>> I know its a feature of the <cf_returnfuseaction> tag, but can find no
>>> documentation.
>>>
>>> What is the importance of "request.listofattributes"?
>>>
>>> I'm confused ...
>>>
>>> -Russ
>>> [EMAIL PROTECTED]
>>>
>>
>> --------------------------------------------------------------------------
> ----
>>> To Unsubscribe visit
>>> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox
> or
>>> send a message to [EMAIL PROTECTED] with 'unsubscribe'
> in the
>>> body.
>>>
>>
>> --------------------------------------------------------------------------
> ----
>> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>>
>
> ------------------------------------------------------------------------------
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
> body.
>
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.