Search code examples
jsfrichfaces

A good "design pattern" for navigation sidebar in jsf


I'm looking for a good design "pattern" for a sidebar navigation menu in jsf. I really wanted to use rich:menuPanel but it is limited in too many ways (Mainly, that if i use rich:menuPanelItem I can't make the icons any other size than the default 16x16.

So... Anyone has a good one? TnX!


Solution

  • I think you can adjust every aspect of any richfaces component through CSS, so using it and changing the height/width properties using CSS should just help you do what you want