Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-alpha-1
-
Fix Version/s: 1.1-alpha-1
-
Component/s: Web interface
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
:WARN: /summary.action
org.apache.jasper.JasperException: /navigations/DefaultTop.jsp(6,0) According to TLD or attribute directive in tag file, attribute value does not accept any expressions
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
at org.apache.jasper.compi
the following url describes this: http://forum.springframework.org/showthread.php?t=13911
the fix from that issue actually makes the initial page load up when running jetty from the maven plugin in the continuum-webapp directory.
carlos wanted me to ping you on this issue to fix it in the relevant places.
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
to
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
in this case.
Attached FIle:
CONTINUUM-790-continuum-webapp.patchHere's a patch for this. I also changed the pom to use the latest maven jetty plugin (just removed the '6' from the artifactId). You can try running it via a 'mvn jetty:run' at a console.
CONTINUUM-790-continuum-webapp.patch Here's a patch for this. I also changed the pom to use the latest maven jetty plugin (just removed the '6' from the artifactId). You can try running it via a 'mvn jetty:run' at a console.