ReRender RichFaces element stored in a4j:included page -


i've got panelmenu in a4j:included xhtml page included in jsf page. when a4j:commandbutton hit in parent page, data changes in included file , i'd rerender element storing it. in example snippet below, controlpanel rerendered part of operation doesn't seem enough.

when app first loads, looks rerender element in a4j:included page directly (if put in rerender attribute list) console warns it's not included yet.

is there way round this?

parent:

<rich:toolbargroup location="right">                     <h:panelgrid columns="1" id="controlpanel">                         <a4j:region>                             <a4j:include viewid="#{mybacking.ctrlbox}">                                 <f:param name="targetidparam" value="controls" />                             </a4j:include>                         </a4j:region>                     </h:panelgrid>                 </rich:toolbargroup> 


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -