dynamic src in ui:include

jQuery UI Widgets
Post Reply
JS3
Posts: 1
Joined: 18 Apr 2014, 15:26

18 Apr 2014, 15:57

Hi,

I have a little problem,
I need

Code: Select all

<h:body>
        <div id="top" class="top">
            <ui:insert name="top">
                <ui:include src="#{pagesFrmBean.topPageActual}" />
            </ui:insert>
        </div>
        <div>
            <div id="left">
                <ui:insert name="left">Left</ui:insert>
            </div>
            <div id="content" class="left_content">
                <ui:insert name="content" >
                    <ui:include src="#{pagesFrmBean.contentPageActual}"/>
                </ui:insert>
            </div>
        </div>
    </h:body>
but this code have no ajax, and I have no idea how I make this

kukeltje
Expert Member
Posts: 9605
Joined: 17 Jun 2010, 13:34
Location: Netherlands

24 Apr 2014, 17:18

please post in the primeFACES forum and follow the postingrules (the PLEASE PLEASE PLEASE... topic)

Post Reply

Return to “PrimeUI”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests