I'm trying to render an xhtml page inside jsPanel, but just get the jsPanel empty. this is the javascript:
function executeLoad(aUrl){
$.jsPanel({
load:{
url: aUrl
},
selector: "#content",
title: "com url",
bootstrap: 'primary',
});
}
no xhtml I'll call you
<p:menuitem value="Lista Tipo Grupo" onclick="executeLoad('../sisger/TipoGrupo/sisgerTipoGru/List.xhtml')" />
In the chrome object inspector only the original codogo appears without rendering.