02-18-2012 04:18 PM
02-20-2012 06:55 AM
02-20-2012 10:31 AM
02-20-2012 11:22 AM
02-20-2012 02:47 PM
02-20-2012 09:34 PM
javax.faces.FacesException: Unable to compile class for JSP:
An error occurred at line: 7 in the generated java file
Only a type can be imported. org.alfresco.repo.security.authentication.AuthenticationUtils resolves to a package
Stacktrace:
caused by:
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 7 in the generated java file
Only a type can be imported. org.alfresco.repo.security.authentication.AuthenticationUtils resolves to a package
02-21-2012 02:56 PM
02-21-2012 11:32 PM
02-22-2012 02:01 PM
<%@ 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" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%@ page import="org.alfresco.web.ui.common.PanelGenerator" %>
<%@ page import="org.alfresco.webservice.util.AuthenticationUtils" %>
<hanelGrid columns="1" cellpadding="2" cellspacing="2" border="0" width="100%" style="background-colour:##ffffcc" rowClasses="alignTop" id="outer-panel">
<hutputText style="font-size: 14px; font-weight:bold; color:#004488" value="Topic" />
<hanelGrid columns="2" cellpadding="2" cellspacing="2" border="0" id="first-panel">
<hanelGroup id="first-text">
<hutputText value="first:" />
</hanelGroup>
<hanelGroup id="first-link">
<a:actionLink href="http://www.xx/" target="new" style="font-weight:bold" value="8" />
</hanelGroup>
</hanelGrid>
</hanelGrid>
02-24-2012 12:40 PM
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.