I guess I better give a little more info. I just got back into using CF and installed it on windows 2000 advanced server using sql 2000. I am using (localhost) and a virtual site. One weird thing is that when I first installed the app, which worked fine long ago, I forgot to include formurl2attributes.cfm in the custom tag path and it did not throw an error saying that the tag was not installed. Anyhow I installed the tag into the tag directory and set the debug option to 1 and I still cannot see what variables it is picking up by viewing the page source. I am thinking that my app is not seeing the custom tag. Could this be the problem? Any suggestions on being able to tell if the tag is getting called upon?
Doug ----- Original Message ----- From: "John Blayter" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Friday, August 11, 2006 10:15 PM Subject: Re: Fusebox 2 > I think you need to loose your double quotes around your fuseaction > > <a href="index.cfm?fuseaction="privacy"&#request.urltoken#">something</a> > > should be > > <a href="index.cfm?fuseaction=privacy&#request.urltoken#">something</a> > > On 8/11/06, Doug <[EMAIL PROTECTED]> wrote: > > I know this is an old version, but I like it. I am having trouble linking to the index.cfm though. I am using (localhost) and it is hitting the index.cfm and calling the default page, but it will not go to anyother page. I am using CF 5.0 if that would matter. > > > > IE: > > > > <a href="index.cfm?fuseaction="privacy"&#request.urltoken#">something</a> > > > > When I click this link it simply refreshes the current page which is the <CFDEFAULTCASE> > > > > > > > > Any ideas? > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249654 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

