Hello All, The changes to farcry/core/navajo/tags/listTemplates.cfm seem to break the webskin tab for the container management. From subversion I can see: 17 Apr 23, 2006 3:37:55 AM 2465 modius Merged 3.0.1 milestone from p300 branch. 407 Sep 4, 2006 1:59:38 PM 1 mbryant listTemplates will now search through libraries to find webskins if the path is not explicitly defined. The change from <cfparam name="attributes.path" default="#application.path.webskin#/#attributes.typename#"> to <cfparam name="attributes.path" default=""> Seems to break the webskin look up for containers. Since the container uses the tag <nj:listTemplates typename="container" prefix="" r_qMethods= "qContainerSkins"> According to the scope dump utility there is no typename container in the application.stCoapi struct. So it never finds the skin directory cause container is not a type and the path is now empty. If the default to path is put back then it works. Has anybody else had use the container skin feature in 4.0 with success?
Best Regards, Adam Crump Manager - Web Applications Web Services - ICS Amkor Technology Sent by: [email protected] Adam Crump 10/02/2007 05:52 PM Please respond to farcry-dev To: [email protected] cc: bcc: Subject: [farcry-dev] Container Skins 4.0.8 Has anybody attempted to use the container skins in core 4.0.8? I have put the created \farcry\projects\aanet\webskin\container\podSkin.cfm and the skin tab does not show up on the container management. After diggin in a the core a bit I am lead to believe that it should not work due to the code, but wanted to check to see if anybody has had success with it before I test my theory. Best Regards, Adam Crump Manager - Web Applications Web Services - ICS Amkor Technology --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
