The path=.... is from the SES URLs.  Normally, that would be the Farcry 
standard objectid=<some uuid>. 

In farcry/projects/applayit/includedobj, create a file called 
myFuseboxApp.cfm (or whatever you want).

It contents should be

<cfparam name="url.method" default="home.start" />
<cfmodule template="../www/fb_applayit/index.cfm" />

Create a nav object in the tree.  Create a dmInclude object under the nav.  
Select your file myFuseboxApp.cfm (or whatever you called it).  Fusebox app 
should execute preview the page.





Rune Pedersen wrote:
> Thanks for your answer
> I looked at your link. Nice and very good page. But why do you have
> ?path=nnnn in the urls.
> I want so clean urls as possible.
> I have dropped (copy my FB application into a folder called fb_applayit)
> under farcry - projects - applayit - www
> So, my question is how I create a file in the includedobj that I can put the
> CF code <cfparam name="url.method" default="home.start" />
> <cfmodule template="../includes/index.cfm" />
>
> I'm sorry - but I'm a new on FarCry - ask and learn more is my motto now. 
> Regards
> Rune Pedersen
>
> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of Scott Talsma
> Sent: 2. mars 2008 18:37
> To: [email protected]
> Subject: [farcry-dev] Re: Include Fusebox into FarCry 4.0.9
>
>
> 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-tr
> aining-schedule/index-cfm&method=home.ShowRegistrationForm&sessionID=5CFE915
> B-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