04-15-2008 09:47 AM
04-15-2008 10:15 AM
04-15-2008 12:04 PM
04-15-2008 12:15 PM
04-16-2008 03:44 AM
04-16-2008 05:13 AM
04-16-2008 05:27 AM
04-17-2008 08:47 AM
04-18-2008 05:45 AM
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>
04-20-2008 09:00 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.