Hi Tim. I use ERXNavigation and have a large number if D2W generated pages. I took the decision early on to use custom Direct Actions for these menus - with different classes reflecting different submenus. I also use some conventional non-D2W components manually crafted (eg the home page) and so those DAs simply do a pageWithName call.
As such you could use a custom navigation menu in a dedicated pagewrapper. In addition, one can change the menu at run time based on some condition. My rule is session.authenticatedUser.role.isSystem for example for my admin related submenus. Mark On Monday, September 27, 2010, Tim Worman <[email protected]> wrote: > All: > > I've set up an admin section of an existing app to use ERModernD2W. Clicking > a link for admins forces the D2W stuff to load - it uses a separate page > wrapper and at that point obviously also loads the ERModern entity nav. I > have a tab there that takes you back to the "other" part of the app with my > legacy nav. I would like to do one of two things. > > 1. use the ERModernD2W nav to incorporate tabs representing my legacy non-D2W > navigation. I started to try and go down this road and had a lot of > difficulty incorporating tabs representing my legacy functions. > > 2. have 2 ERXNavigation systems. Could I have another ERNavigation > implementation in my app and have it load a separate NavigationMenu.plist > without it interfering with the ERModernD2W nav bar? > > Tim Worman > UCLA GSE&IS > > > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Wonder-disc mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wonder-disc > -- Dr. Mark Wardle Specialist registrar, Neurology Cardiff, UK _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
