Dear AppFusers, I need to figure out how to properly set-up a forward from a menu item, rather than a redirect to a page.
menu-config.xml: <Menu name="TruckCompanyLocal" title="Truck Company" description="Truck Company Local" roles="ROLE_ADMIN,ROLE_USER"> <Item name="Fees" title="Fees" forward="fee"/> </Menu> faces-config: <navigation-rule> <navigation-case> <from-outcome>fee</from-outcome> <to-view-id>/forms/truckCompanyFormFee.xhtml</to-view-id> </navigation-case> </navigation-rule> But this does not work (all i get is a url with $menuItem.url ) Please, help. I'm using the latest AppFuse with JSF. -- View this message in context: http://www.nabble.com/velocity-menu-forward-tf4585422s2369.html#a13089328 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]