On 05/11/2007, BazD <[EMAIL PROTECTED]> wrote: > > > Hi > > Yep, Ive included the import taglib at the top of the page. > > When I view the page within the browser, and view the source code, I > get this:- > > <snip> > <table border="0" cellpadding="0" cellspacing="0" width="100%"> > <tr> > <td rowspan="2" valign="top"><div id="leftColumn"> > > <skin:genericNav navID="#application.navid.home#" > id="nav" > depth="2" > bActive="true" > bIncludeHome="true"> > > </snip> > > By seeing the code the pulls in the navigation like this, it would > appear that code itself isnt being run as coldfusion code. Any > ideas ?
This would suggest that the cfimport you've done doesn't match the tag. The import tag needs to be : <cfimport taglib="/farcry/core/tags/webskin" prefix="skin"> Is this what you have? You might want to append debug=1 to your URL to see if there is any error messages being trapped and hidden. Regards Stephen PS. There's no space in ColdFusion. ;) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
