Menu « RichFaces « JSF Q&A





1. Before the lablel for each of the menu item, there is space with the some color, i want to remove the color    stackoverflow.com

I am using richfaces dropDownMenu component which contains a set of rich menuItems. When the menu items are displayed, a extra space is displayed before the lablel for each of the ...

2. Aligning Menu Group to Menu Item    stackoverflow.com

I'm using Seam and Richfaces to make a menu bar. The code is like this:

<rich:dropDownMenu showDelay="250" hideDelay="0" submitMode="none">
        <f:facet name="label">Tools</f:facet>

      ...

3. RichFaces Skinning: menu issues    coderanch.com

4. Error: Dynamic Menu + Richfaces + A4j    coderanch.com

Hi, Im having problems when i try to create a dynamic menu, getting the params from the data base. Menu.xhtml IndexBackingBean.java public class IndexBackingBean { private String viewId = "principal.xhtml"; private HtmlToolBar menu = new HtmlToolBar(); public IndexBackingBean() throws SQLException { } public HtmlToolBar ...