> At one point I tested the app and everything was working normally.  Then
> when I looked at it again yesterday, the links were not working.
> The catch
> is that I can bring up the appropriate pages just fine by typing in the
> "direct" URL (e.g.
> http://dev.usinternet.com/inteletravel/admin/act_EmailAll.cfm )
> but it won't
> work using the "fusebox" way
>
> http://dev.usinternet.com/inteletravel/admin/Index.cfm?FuseAction=
> EmailAll )
> .  It appears to no longer recognize the values for Attributes.FuseAction
> and end up going to the CFCASEDEFAULT.
>

Hi Allen,

Sounds potentially like your new application can't find the
formurl2attributes tag.

The ?fuseaction=EmailAll query string is probably going through ok. The
cfswitch in your index.cfm should be checking for attributes.fuseaction, but
if you've taken out the call to formurl2attributes or the tag can't be
found, then your fuseaction will only be available as url.fuseaction.

What I would suggest is that you check that you are still calling
<cf_formurl2attributes> in  your app_globals.cfm and also check that you're
new app can find the customtag.

Hope this helps

Regards

Stephen

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to