You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This XML file does not appear to have any style information associated. Then the tree is shown.
<ui:composition template="templates/template.xhtml">
<ui:define name="content">
<p:panel id="panelPrincipal" header="INCIDENTS" styleClass="customTitleBar">
<h:form id="formPrincipal">
<h:panelGrid columns="4" cellpadding="10">
<p:outputLabel for="txtCliente" value="Subsector:"/>
<p:selectOneMenu id="txtCliente" value="#{reporteIncidentesBean.subsector}" panelStyle="width:180px" effect="fade" var="t" style="width:160px" filter="true" filterMatchMode="startsWith">
<f:selectItem itemLabel="Select..." itemValue="#{null}"/>
<f:selectItems value="#{reporteIncidentesBean.listaSubsector}"/>
<p:ajax update="tableGeneral, :panelSecundario" listener="#{reporteIncidentesBean.listarSubsector()}"/>
</p:selectOneMenu>
</h:panelGrid>
<wc:chart id="chart1" options="#{reporteIncidentesBean.options}"/>
</h:form>
</p:panel>
</ui:define>
</ui:composition>
Environment
Windows 7
Chrome, IE, Firefox
Netbeans 8.0.2
Jboss-eap-6.3 JSF 2.1
Libraries
Java EE Web 6
jackson-annotations-2.0.5
jackson-core-2.0.5
jackson-databind-2.0.5
wicked-charts-highcharts-1.5.0
wicked-charts-jsf21-1.5.0
primefaces-5.1
junit-4.10
hamcrest-core-1.1
The text was updated successfully, but these errors were encountered:
I have problems include wicked-charts in my JSF project, after that aggregates the wicked-charts-jsf21 library my tree component is not rendered
This is XHTML
The result is
Environment
Libraries
The text was updated successfully, but these errors were encountered: