a4j « Facelets « JSF Q&A





1. how to rerender a dynamic id (nested within datalist) in jsf/a4j?    stackoverflow.com

Using jsf 1.1.11/richfaces 3.1.5 and have a facelet with multiple tables (lists driving tables are all stored in a map) on one page, each with their own sorting/pagination which fire off ...

2. a4j rerender inputText onSubmit event    stackoverflow.com

I tried different combinations to just rerender the result pannel. it works fine with

<h:form><a4j:region>
<h:inputText value="#{myBean.keyword}">
<a4j:support event="onchange" reRender="results" eventsQueue="search" oncomplete="initResults();" />
</h:inputText>
</a4j:region>
</h:form>
But i just want to submit it when enter is pressed. ...

3. Using a4j:loadBundle with facelets    coderanch.com