Brian- I've created dynamic menus with a different approach from what you've described. My menu.vm makes use of a menu pull tool class. The pull tool uses the user id to determine what's available and what isn't and the menu.vm builds the options accordingly. I don't know whether this is the best/optimal approach but with time constraints it's the one we chose.
HTH -Dave ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 7:52 AM 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]>
