To help with the search engine safe URLs (index.cfm/fuseaction/this/id/99)
then formURL2attributes writes out <base href="http://www.yoursite.com/";>
into the page.
And there was a bug where it added too many slashes to this base href.
If you're not using the search engine safe URLs then you can just use:

<cf_formURL2attributes displaybase="no">

If you're using the SES URLs (or plan to in the future) then you'll need to
fix the glitch where it adds an extra '/' to the caller.base at the end of
the file.

HTH

Bert


> -----Original Message-----
> From: Joseph Thompson [mailto:[EMAIL PROTECTED]]
> Sent: 26 July 2001 03:35
> To: Fusebox
> Subject: Re: cf_FormURL2Attributes
> 
> 
> Ok , thanks for the heads up.  I don't suppose there is some 
> hidden reason
> for that is there?  I mean... it seems rather odd all the same...
> 
> 
> > yes
> 
> 
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to