dropdownmenu « RichFaces « JSF Q&A





1. Richfaces: dropDownMenu action    stackoverflow.com

I understand, how to set action to rich:menuItem component, but can i somehow set action on rich:dropDownMenu? Parameter action cannot be set in rich:dropDownMenu component, only in dropDownMenus child rich:menuItem. Maybe ...

2. returning a4j:included content using bean-generated rich:dropDownMenu    stackoverflow.com

I may be missing a couple of points, but I've hacked together a jsf/richfaces app and want to be able to do the simplest ajax-based nav: main page contains ref to my ...

4. creating dynamic rich:dropdownmenu    stackoverflow.com

MethodExpression methodExpression =  
     application.getExpressionFactory().createMethodExpression( 
         FacesContext.getCurrentInstance().getELContext(),  
         "#{PrismBacking.onItemClick}", ...

5. how to create rich:dropDownMenu dynamically using c:foreach?    stackoverflow.com

I wanted to populate a dropdowm menu dynamically, so i used <c:forEach> but i'm not able see the data in the frontend. My JSF

<rich:dropDownMenu id="drop_down" value="Add"
       ...

8. Rich dropDownMenu using style: rich-menu-list-border    coderanch.com

Hi, I am trying to get the opened menu of the dropDownMenu component in a state, that the underlaying selectboxes are not in select if I hover the menuitems. Direct under the dropDownMenu I have a selectBox. Each time when I hover over my dropDownMenu, the menu is popuped below over the other selectBox. When I hover over the items of ...