cfimport only works with the current template and not any additional cfinclude pages or tag calls.
On 16/05/07, Jaci <[EMAIL PROTECTED]> wrote: > > > Jakes suggestion above worked. Thanks. AJ I'll keep the debug option > in mind as I'm sure I'll need it soon ;-) > > Can't figure out why I need to import the tag library a second time in > a different inlcude. I did it in the header it should be available to > everything else correct? > > Jaci > > > On May 15, 11:51 pm, "AJ Mercer" <[EMAIL PROTECTED]> wrote: > > try appending &debug=1 to the URL > > This will then display any errors > > > > On 5/16/07, Jake Churchill <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > The header has a tag library imported that you need. If you aren't > > > getting > > > any errors (or anything at all) it's likely that the library isn't > > > imported. > > > Add this to the top: > > > > > <cfimport taglib="/farcry/farcry_core/tags/webskin" prefix="skin"> > > > > > Make sure the path is correct for your install > > > > > _____ > > > > > Jake Churchill > > > > > CF Webtools > > > > > 11204 Davenport, Ste. 200b > > > > > Omaha, NE 68154 > > > > >http://www.cfwebtools.com > > > > > 402-408-3733 x103 > > > > > -----Original Message----- > > > From: [email protected] [mailto:[EMAIL PROTECTED] > On > > > Behalf Of Jaci > > > Sent: Tuesday, May 15, 2007 4:09 PM > > > To: farcry-dev > > > Subject: [farcry-dev] Generic Nav > > > > > I have a menu question about the generic nav. It works when I have it > > > in the header include but I tried to put it in a sidebar include and > > > it just won't work. I still have the js/common script in the header > > > file. > > > Any thoughts? > > > > -- > > If you are not living on the edge, > > You are taking up too much space.- Hide quoted text - > > > > - Show quoted text - > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
