I made a new file and put it in \plugins\mynewplugin\www\index.cfm and changed my menu xml file to
<subsection id="filemanipsub" sequence="10" label="File Manipulation" content="../../plugins/mynewplugin/www/index.cfm"> The only code was <cfdump var="#application#" /> and still, APPLICATION is undefined. I did have a random thought of testing if the application was still visible in the menu, and this: <menuitem id="itemA" sequence="21" labelType="evaluate" label="#application.url.webroot#" link="test.cfm" /> produced "/myproject" as the label, so the application scope is visible for the menu, just not for the content window... Any thoughts? Marco van den Oever wrote: > > > Shouldn't the .cfm files be in plugins/mynewplugin/www ? Can you try > that ? > > -- View this message in context: http://www.nabble.com/Question-about-plugins-tp24607520s621p24626374.html Sent from the FarCry - Dev mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
