Prior to FB3 there was a customtag called formURL2attributes. Later
versions of this tag included the SES conversion stuff, but when FB3
was released the form and URL scope copying was moved to the core
files, and the SES stuff to a separate SESconverter.cfm.

So, if you want to use SES stuff in FB3+ you'll need to call
SESconverter.cfm from your code.
In FB3 this will need to happen before you include the core file, but
I'm not 100% sure about FB4: calling it before the core file should
work, but there might be a more cunning way...

As for how to call it, you can either call as a tag or cfinclude it.
The main thing you'll need to do is ensure you output the #basehref#
at the top of your template.
Also, on MX, you'll need to add a servlet mapping as described in
issue 52942 on 
http://www.macromedia.com/support/coldfusion/releasenotes/mx/mx61_known_problems.html#generalserver

And there's an FAQ on www.fusium.com

Cheers
Bert

On Tue, 11 Jan 2005 08:27:19 +1100, Duncan I Loxton
<[EMAIL PROTECTED]> wrote:
> I was just wondering if Fusebox 3 and 4 had this natively, Bert - how
> do I approach this and use it? All our apps use FB3 4.5 and we are
> moving them slowly but surely to MX and FB4.
> 
> Duncan
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189902
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to