Evaluation up to http://servername/circuitname/index.cfm is straightforward.

After that, a customized version of formurl2attributes takes over. 
Basically the first thing after index.cfm/ is the name of the fuseaction,
and then there's pairs of variable/values.

So http://servername/circuitname/index.cfm/editproject/p_ID/15/verbose/1
breaks down to 
http://servername/circuitname/index.cfm?fuseaction=editproject&p_id=15&verbo
se=1

Hope this helps,

Michel Vuijlsteke
Netpoint NV

-----Original Message-----
From: Kola Oyedeji [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 11:16 AM
To: Fusebox
Subject: RE: arguments **against** fusebox


How are these links processed can they be clicked on and lead to the correct
page?

-----Original Message-----
From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]]
Sent: 08 January 2001 22:59
To: Fusebox
Subject: RE: arguments **against** fusebox


Do something like
http://servername/circuitname/index.cfm/fuseaction/var1/value1/var2/value2

That way there's no question marks or telltale ampersands in the URL (after
all, for all the robot knows that url may actually be something like
http://server/dirname.ext/dirname/dirname(+/index.html_implied).

Michel Vuijlsteke
Netpoint NV
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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