ajax4jsf « Seam « JSF Q&A





1. How to pass selected value as parameter for passing in a4j:support    stackoverflow.com

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?

<rich:modalPanel>

 <a4j:form>
 <rich:dataTable value="#{factoryCollectionOfUsers}" var="foo">
 ...

2. Ajax4JSF lifecycle != JSF lifecycle??    seamframework.org