Although several people have replied that a pull tool is the better solution--your guess at a solution was also correct. A java file in a _navigations_ directory is what is needed to do it the old fashioned way, not one in the screens directory.
Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 6:53 AM To: [EMAIL PROTECTED] Subject: Dynamic Menu? Hi, I'm trying to get my menu to be created dynamically by turbine. My Menu.vm file is stored in the navigations directory, I've tried to create a Turbine screen called Menu.java which I store in the screens directory and which adds the dynamic content to the context to be used by Menu.vm. My problem is that the Menu.vm doesn't seem to be picking up the data from the Menu.java class. Can layouts be dynamically created like this? and if yes should I be putting the Menu.java file in the screens directory or should it be put somewhere else like a navigations directory? Any help with this would be greatly appreciated. Brian. ---- http://www.iol.ie -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
