Unfortunately, I don't know of a solution - except for manually
putting the menu into your XHTML page and manipulating the CSS to show
it in the right place.

Matt

On 10/8/07, p7k <[EMAIL PROTECTED]> wrote:
>
> thank you, matt!
>
> i figured that would be the case after reading much of the little info there
> is on struts menu.
>
> could you recommend a reasonable alternative / solution for jsf.
>
> i tried to include my local-navigation links manually, as <h:commandlink>
> within the default.jsp so that sitemesh could put it into the <div id="sub">
> of the css layout.  but that breaks something significantly and the page
> doesn't render at all.
>
> it appears that jsf components can't be used inside default.jsp, i suppose i
> would have to change some filter settings in web.xml to get this working.
>
> i ask for advice on a least intrusive and most elegant solution to local
> navigation within the subright column of appfuses css framework.
>
> thank you!
>
>
>
> mraible wrote:
> >
> > Struts Menu only supports "action" and "forward" for Struts 1.x.
> >
> > Matt
> >
> > On 10/7/07, p7k <[EMAIL PROTECTED]> wrote:
> >>
> >> 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]
> >>
> >>
> >
> >
> > --
> > http://raibledesigns.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> --
> View this message in context: 
> http://www.nabble.com/velocity-menu-forward-tf4585422s2369.html#a13107181
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
http://raibledesigns.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to