Stacktrace:
caused by:
org.apache.jasper.JasperException: Impossible de compiler la classe pour la JSP:
Une erreur s'est produite à la ligne: 22 dans le fichier jsp: /jsp/dashboards/dashlets/workflow_tnt.jsp
WorkflowDB cannot be resolved
19:
20: try
21: {
22: a=WorkflowDB.getWorkflows("ghelbin");
23: }
24: catch(Exception e)
25: {
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
<%@ page import="comLaLouv.dashlets.workflState.*" %>
<%!
int a=0;
%>
<f:verbatim>
<%
try
{
a=WorkflowDB.getWorkflows("ghelbin");
}
catch(Exception e)
{
%>
<p>L'exception suivante c'est produite:<br/>
<%= e %>
</p>
<%
}
%>
<p>a=<%= a %></p>
</center>
</f:verbatim>
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.