Hi,

I'm trying to include a page(/pages/xyz.xhtml) in a partialSubmit of a
commandLink.  Will ui:include work this way ? Please find the code snippet
below

Code Snippet:

    <tr:commandLink id="link1" partialSubmit="true"
actionListener="#{bean.flipRendered}">

    <tr:panelGroupLayout id="panelGroup1" partialTriggers="link1">
       <t:div rendered="#{bean.rendered}">
               <ui:include src="/pages/xyz.xhtml"  />
       </t:div>
   </tr:panelGroupLayout>


Thanks in advance,

~Shankar

Reply via email to