1
I am trying to render a xhtml page inside jsPanel, but only return the empty jsPanel. this is javascript:
function executeLoad(aUrl){
$.jsPanel({
load:{
url: aUrl
},
selector: "#content",
title: "com url",
bootstrap: 'primary',
});
}
in xhtml make the call
<p:menuitem value="Lista Tipo Grupo" onclick="executeLoad('../sisger/TipoGrupo/sisgerTipoGru/List.xhtml')" />
In the object inspector of Chrome only appears the original codiogo without rendering.
It would be interesting for you to explain what has changed in the code and how it works now, for the answer to be more complete and useful for those who fall into this question after a survey :)
– user28595