[jboss-user] [JBoss Seam] - Re: how to force ajax region refresh

damianharvey do-not-reply at jboss.com
Sat Sep 22 15:31:28 EDT 2007


Show your code. 

Ensure that you aren't trying to reRender a region that has a "rendered" attribute. Eg:
This won't reRender:
<s:div id="renderId" rendered="#{myBean.render"}>...</s:div>
But this will:
<s:div id="renderId">
  |    <s:div rendered="#{myBean.render}">...</s:div>
  | </s:div>

Cheers,

Damian.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087566#4087566

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087566



More information about the jboss-user mailing list