----- Original Message -----
> I keep getting an error when displaying my page with the cfswitch in it.
> the error occurred while evaluating the expression :
#attributes.fuseaction#.
> Any ideas?
...snip.....


You might want to define a default fuseaction in case their is no fuseaction
passed to the page, I don't see a default set in the code snippet you
included in your email.

    <cfparam name="attributes.fuseaction" defualt="">

You might also want to use formurl2attributes.cfm as a custom tag call
instead of including it

    <cf_formurl2attributes>

Not that it should have any effect on the fuseaction but most people seem to
do it that way.
Hope this helps.


: David Nesbitt
: Web Developer (ColdFusion)
: Ottawa, ON Canada
: (e) [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.

Reply via email to