javascript - Loading primefaces inside a div -
I am trying to load jsf 2 pages inside a div element of another page. The problem every time when I load the JSF page inside the div, the primary Firefox loads JavaScript resources that present the components and fails because JavaScript has already been loaded in the DOM in the previous call.
It is possible
Thank you in advance
As far as I know that you can not include a full standalone xhtml file but you can add content to a different & lt; Ui: include & gt;
can extract into the file and include it in both pages. Basic example here:
Comments
Post a Comment