Jamie

Just something to watch out for, CFMX is more picky about naming
variables the same as CF keywords hence the reason the original tag
balked at the use of variables called
'Equals' and 'URL'

Kola

>> -----Original Message-----
>> From: Jamie Jackson [mailto:[EMAIL PROTECTED]
>> Sent: 03 July 2003 21:05
>> To: CF-Talk
>> Subject: Re: <cf_location> custom tag and CFMX (not working)
>> 
>> In order to make my thread seem more interesting, I'll reply to
>> myself. ;)
>> 
>> Anyway, I made the mods that I mentioned, as well as removed the
>> <cfmodule template="request.cfm"> thing. I also added the fancy
>> URLSessionFormat() function to the custom tag, and my URLs and
>> <cf_location> calls are nice 'n' purty.
>> 
>> Anyhoo, have a great Independence Day, American cf-talkers!
>> 
>> Jamie
>> 
>> On Thu, 03 Jul 2003 11:24:58 -0400, in cf-talk you wrote:
>> 
>> >It appears that CF_Location v2.0.1, V1.0 (Jordan Clark). Doesn't
work
>> >under CFMX. I could hack it to get it working, but if anyone has the
>> >fixes at their fingertips, would you let me know?
>> >
>> >The first thing MX balks at is:
>> ><CFSET equals = "/">
>> >       ^^^^^^
>> >So I changed it to:
>> ><CFSET myEquals = "/"> (and changed all other references to this
var)
>> >
>> >Next, MX halts at:
>> ><CFSET attributes.url = attributes.url & blocks &
#request.URLToken#>
>> >                                                   ^^^^^^^^^^^^^^^^
>> >I don't know where this var is supposed to come from, so I changed
it
>> >to:
>> ><CFSET attributes.url = attributes.url & blocks & URLToken>
>> >
>> >Also, I have no clue what the following line is supposed to do:
>> ><!--- Write Request Variables to Session and Client Scope --->
>> ><cfmodule template="request.cfm" type="write">
>> >
>> >What the heck is request.cfm? I've no clue.
>> >
>> >As I said, I could hack this pretty easily to get it to work, but
I'd
>> >be a little less confident that it's bulletproof. Has another custom
>> >tag superceded this one? I thought this one was preeminent.
>> >
>> >BTW, if it matters, I'm running CFMX on Linux.
>> >
>> >Thanks,
>> >Jamie
>> >
>>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to