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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...