I have one <h:selectOneMenu> inside that <a4j:support> is written. I have to pass the currently selected value through <a4j:support> as a parameter to action. How can I do this?
<h:selectOneMenu>
<a4j:support>
<rich:modalPanel> <a4j:form> <rich:dataTable value="#{factoryCollectionOfUsers}" var="foo"> ...