开发者

RichFaces Drop down menu links to work in target panel

开发者 https://www.devze.com 2023-01-02 00:14 出处:网络
I new to RichFaces and have been tinkering with it for a few days, I was playing around with drop down menus and i can only see examples of rendering text when a tab is clicked, what i am looking for

I new to RichFaces and have been tinkering with it for a few days, I was playing around with drop down menus and i can only see examples of rendering text when a tab is clicked, what i am looking for is to renderer a page when c开发者_StackOverflowlicking a link in the drop down menu.

Any pointers or help would be much appreciated.

Cheers


<rich:menuItem value="Menu item text" action="targetNavigationCaseOutcome" />

In the action attribute you can specify a value defined in faces-config.xml as an outcome to a navigation case. The same way as you do for a simple <h:commandLink> or <h:commandButton>.

0

精彩评论

暂无评论...
验证码 换一张
取 消