jsf - Richfaces rendering not working with <a4j:support> for drop downs -
i have button on page. upon clicking on it, fetches data , renders drop down below it. drop down present on page gets re-rendered when button's action gets completed.
now, once have data in drop down select 1 of them , based on selected option re-rendering fields below drop down.
my issue part drop-down gets re-rendered working correctly when select option drop-down, fields below drop down not being rendered. data binding working correctly. however, once reload page both renderings working correctly.
below <a4j:support>
using when select option drop-down.
<a4j:support id="someid" event="onchange" action="some_action" status="fieldnotificationstatus" ajaxsingle="true" rerender="fieldid1,fieldid2"> <s:conversationpropagation type="join"/> <c:if test="#{some condition}"> <a4j:ajaxlistener type="com.abc.seam.session.oweb.ajaxlistener" /> </c:if> </a4j:support>
i using richfaces 3.3.4 along jsf , seam
can me on this?
Comments
Post a Comment