private ArrayList<Map> empresas;
public ArrayList<Map> getEmpresas(){
…
return empresas;
}
public void setEmpresas(ArrayList<Map> empresas){
this.empresas = empresas;
}
<h:dataTable value="#{ResumenEjecutivo.Empresas}" var="r" rowClasses="oddRow, evenRow" headerClass="tableHeader" id="datosaexcel">
<h:column>
<f:facet name="header">
<h:panelGroup>
<h:outputText value=" "/>
</h:panelGroup>
</f:facet>
<h:outputText value="#{r.nombre}"/>
</h:column>
<h:column>
<f:facet name="header">
<h:panelGroup>
<h:outputText value="Número de litigios incluidos"/>
</h:panelGroup>
</f:facet>
<h:outputText value="#{r.archivos}"/>
</h:column>
<h:column>
<f:facet name="header">
<h:panelGroup>
<h:outputText value="% sobre el total de litigios incluidos en este cuadro"/>
</h:panelGroup>
</f:facet>
<h:outputText value="#{r.porcentaje}%"/>
</h:column>
</h:dataTable>
<managed-bean>
<managed-bean-name>ResumenEjecutivo</managed-bean-name>
<managed-bean-class>org.alfresco.web.bean.ResumenEjecutivoBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>navigationBean</property-name>
<value>#{NavigationBean}</value>
</managed-property>
</managed-bean>
ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/alfresco].[jsp]] Servlet.service() for servlet jsp threw exception
javax.faces.el.PropertyNotFoundException: Bean: org.alfresco.web.bean.ResumenEjecutivoBean, property: Empresas
private List lista;
public List getList(){
}
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.