[jboss-user] [JBoss Seam] - JSF reRender failed when crossing facelets ui:define block

jinkam do-not-reply at jboss.com
Thu Jan 24 06:25:43 EST 2008


The JSF code like follows, the a:commandLink cannot reRender a:outputPanel area with id=MainContent. 
Is there some trick with this, or This is the limitation of facelets.  


<ui:define name="sider"> 
<h:form>
<a:commandLink value="name" action="#{obj.someAction}  reRender="MainContent"/> 
</h:form>
</ui:define> 

<ui:define name="content">
<a:outputPanel id="MainContent">
       <rich:tabPanel ...>	
          ...
        </rich:tabPanel>
</a:outputPanel>
</ui:define>
</ui:define>

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

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



More information about the jboss-user mailing list