If you're not calling FORMURL2ATTRIBUTES, that'd be something.
Otherwise, is "PAGE2" the correct FuseAction name? I swapped
the Search Engine Friendly URL with normal, and saw the same result.
We can't tell squat, but YOU could certainly turn on debugging
and look for URL variables to see what came through. Or put
some little "fuseaction = #attributes.fuseaction#" in the top
of your index.cfm file.
Good luck. If you get stuck, email me off the list.
__
Erik Voldengen 6740 N Oracle Road, Ste 100
Lead Developer Tucson, Arizona 85704
HMweb 520-742-2611 ext. 111
www.HMweb.com
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, November 10, 2000 7:22 AM
> To: Fusebox
> Subject: Problem With CF_FORMURL2ATTRIBUTES?
>
>
> Listers:
>
> I'll try posting this again. The templates in the first version were
> truncated.
>
> You can see the following in action at http://www.erovera.com/ I'm
> trying to figure out how to maintain state without using
> Cookies. The problem
> is that this test app is not finding a value for
> attributes.fuseaction from
> the HREF in Page1.cfm (Page1.cfm is what you see at
> http://www.erovera.com/) and so the link on Page1.cfm is not
> transferring
> to show Page2.cfm
>
> Any suggestions?
>
> best, paul
>
>
> =========================================
> <!--- This is app_globals.cfm --->
>
> <
> CFAPPLICATION CLIENTMANAGEMENT="Yes"
> SESSIONMANAGEMENT="Yes"
> SETCLIENTCOOKIES="No"
> NAME="TestNadaCookies"
> CLIENTSTORAGE="CVR"
> >
>
> <CF_FORMURL2ATTRIBUTES>
>
> =========================================
> <!--- This is index.cfm --->
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD><TITLE>Test</TITLE><BASE
> HREF="http://www.erovera.com/"></HEAD><BODY>
>
> <CFPARAM NAME = "attributes.fuseaction" DEFAULT="Page1">
>
> <CFINCLUDE TEMPLATE="app_globals.cfm">
>
> <CFSWITCH EXPRESSION="#attributes.fuseaction#">
> <CFCASE VALUE="Page1">
> <CFINCLUDE TEMPLATE="page1.cfm">
> </CFCASE>
> <CFCASE VALUE="Page2">
> <CFINCLUDE TEMPLATE="page2.cfm">
> </CFCASE>
> </CFSWITCH>
> </BODY></HTML>
>
> ==============================================
> <!--- This is Page1.cfm --->
> <cfoutput>This is Page1.cfm Click <a
> href="/index.cfm/Fuseaction/Page2/CFID/#CFID#/CFTOKEN/#CFTOKEN
> #">here</a>
> to go to Page 2</cfoutput>
>
> ==============================================
> <!--- This is Page2.cfm --->
> <cfoutput>This is Page2.cfm Click <a
> href="/index.cfm/Fuseaction/Page1/CFID/#CFID#/CFTOKEN/#CFTOKEN
> #">here</a>
> to go to Page 2</cfoutput>
>
>
> --------------------------------------------------------------
> ----------------
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/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.