Re: Problem with xf:repeat? or YUI input??? Multiple insert

Posted by Vedha on
URL: https://discuss.orbeon.com/Problem-with-xf-repeat-or-YUI-input-Multiple-insert-tp4661861p4661864.html

We are using Seperate deployment method of Orbeon.

Tab 1 (AngularJS) page is loaded first and clickingTab 2 then XFORMS page loaded just by a get function.

This could be better understood from the request details from Browser Inspectrequest_details.jpg.

As per seperate deployment guideline,

Tab 1 is placed seperate folder

Tab 2 is placed in seperate folder, (folder which is configured in web.xml for orbeon filter).


As you remember, we have faced problem initially for showing the second Tab(XFORMS page). The problem was because of xforms-initially-hidden class added to the complete page, to resolve this, we are manually removing this class on Tab 2 load.

Below is the code,

        $("#xforms-form").removeClass("xforms-initially-hidden");
        $("#xforms-select-full-template").css("display","none");
        $("#xforms-select1-full-template").css("display","none");
        $( "#xforms-form" ).find( ".xforms-loading-loading" ).css("display","none");