How to create menu bar in JSF
Can any one give clue about creating m开发者_开发技巧enu bar in JSF?
You can use one of the many JSF component sets containing menu components, e.g.
- IceFaces: http://component-showcase.icefaces.org/component-showcase/showcase.iface
- RichFaces: http://livedemo.exadel.com/richfaces-demo/richfaces/dropDownMenu.jsf?c=dropDownMenu&tab=usage
- PrimeFaces: http://www.primefaces.org/showcase/ui/menu.jsf
With JSF2, it is fairly easy to create your own menu component, if you know a bit of HTML and JavaScript.
Try richfaces - <rich:dropDownMenu>
精彩评论