Example SES Links
 
 


index.cfm/fuseaction/examples.testLink/sky/blue/dirt/brown/Test_Link.cfm


index.cfm/fuseaction/examples.testLink/sky/blue/dirt/brown/grass/green.cfm

The "dummy file" is optional:
index.cfm/fuseaction/examples.testLink/sky/blue/dirt/brown/


Not that you would (please don't), but you could:
index.cfm/fuseaction/examples.testLink/sky/blue&dirt=brown/grass=green/Test_link.cfm
(This is very bad practice, but if you make a mistake, your variables will still be passed.)


Use the string null for null values (string defaults to 'null' but you can change it)
index.cfm/fuseaction/examples.testLink/sky/blue/nothing/null/Test_link.cfm
If you use Apache, double slashes will work, too (e.g. /nothing//Test_link.cfm).



Alternate template:
index.cfm/fuseaction/examples.testLink/sky/blue/dirt/brown/grass/green.foo
You don't need to always use .cfm. If you change your server to recognize .xyz as a ColdFusion template extension, no problem. And on the optional dummy file, you can use any extension you want. Just set the variable "SESdummyExtension" (or pass as a parameter if using a custom tag). Note the value of attributes.green is green.foo. if you change the SESdummyExtension setting to foo, the value of attributes.grass will be green.


 
 
 
Don't forget to add the base href code to your layout file(s).