not sure if this helps but I found a rewrite rule for IonicIsapiRewriter that seemed to work:
RewriteRule ^/go(/[^\?]*)(?:\?(.*))? /go.cfm?path=/go$1&$2 On Oct 4, 4:51 am, "Jake Churchill" <[EMAIL PROTECTED]> wrote: > Passing variables on the URL can be a bit tricky if you are using friendly > urls. > > _____ > > Jake Churchill > Team Leader > 11204 Davenport, Ste. 100 > Omaha, NE 68154http://www.cfwebtools.com > 402-408-3733 x103 > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > > Behalf Of Mark Kruger > Sent: Wednesday, October 03, 2007 2:36 PM > To: [email protected] > Subject: [farcry-dev] Re: axed > > Fusebox's "layout" approach makes this easy. In a typical fusebox app > thereis a a skin or a shell. the "body" variable is inserted into the > content area. In the past I have put the FB app in a folder and then used > the "include" object to handle getting it to display... then the task > becomes making sure the url variables are passed around along with the > object UID. > > -Mark > > Original Message ----------------------- > This is actually very easy. In includedObj, create a dmInclude that calls > your fusebox app as custom tag. > > Then just create a dmInclude in the nav tree, and reference the file in > includedObj. The template you select will then provide the headers and > footers, and in b/t, it will include your file, which calls the fusebox > app. > > This also works for Model/Glue and Mach-ii apps as well. > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Mike Haggerty > Sent: Wednesday, October 03, 2007 2:01 PM > To: [email protected] > Subject: [farcry-dev] axed > > Well, despite all of my advances with learning farcry as a platform, the > higher ups don't feel like it's moving fast enough. So...now they want to > wrap an existing fusebox app inside farcry. Any suggestions? > > options...? > 1) an iframe within a webskin? > 2) <cfinclude template="otherapp.cfm" /> within a webskin? > 3) somehow putting farcry headers and footer in the layout of otherapp and > just making a link to the url of the other app? > > Anyone done this before? > > Thanks, > Mike > > -- > Michael Haggerty > Internet Applications Developer > SiteVision, Inc. > <e>[EMAIL PROTECTED]</e> > <p>540.343.8322 x116</p> > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.488 / Virus Database: 269.13.39/1045 - Release Date: 10/2/2007 > 6:43 PM > > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.488 / Virus Database: 269.13.39/1045 - Release Date: 10/2/2007 > 6:43 PM --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
