'JSF Partial Render from bean fails with Internet Explorer 11
I have a JSF Page with a outputpanel like this:
<p:outputPanel id="panelToolbar" style="padding:0px !important">
<div id="bPrincipal" onclick="change_toolbar('Principal');">#{text['desktop.tabs.principal']}</div>
</p:outputPanel>
and with a remotCommand I call a bean method. In the bean I execute this command
FacesContext.getCurrentInstance().getPartialViewContext().getRenderIds().add("panelToolbar");
This run correct in Firefox and IExplorer 10. But, in IExplorer 11 the panel disappear.
Anyone knows why it can happen?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
