I've done this before by calling the fusebox app as a customtag for our 
Adobe course registration.

Place the fusebox app where ever you want.  (I dropped it into 
farcry_project/includes/registration.)  My file in includedobj simply 
calls the app.

e.g.

<cfparam name="url.method" default="home.registrationStart" />
<cfmodule template="../includes/index.cfm" />

When I need multiple entry points into the app, I create a customObj for 
each one, setting the default method/fuseaction in the includedObj file.

Have a look at the following URL.
http://www.echoeleven.com/go.cfm?path=/go/adobe-authorized-training/adobe-training-schedule/index-cfm&method=home.ShowRegistrationForm&sessionID=5CFE915B-962D-3CB2-5DCFB4BA33E5D9A6

Rune wrote:
> What is the best way to include Fusebox 5.5 into FarCry 4.0.9 and keep
> Friendly URLs from FarCry?
> Copy the whole fusebox site to to the includedObj folder or keep the
> site on the root and create and copy the fusebox index.cfm file the
> includedObj folder and create navNode that points to the index.cfm
> file in the includedObj folder.
> Regards
> Rune Pedersen
>
> >
>   



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to