[ http://jira.codehaus.org/browse/CONTINUUM-790?page=all ]
Henry S. Isidro updated CONTINUUM-790:
--------------------------------------
Attachment: CONTINUUM-790-continuum-webapp.patch
Attached FIle: 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.
> continuum-acegi branch webapp doesn't work with jetty
> -----------------------------------------------------
>
> Key: CONTINUUM-790
> URL: http://jira.codehaus.org/browse/CONTINUUM-790
> Project: Continuum
> Issue Type: Bug
> Components: Web interface
> Affects Versions: 1.1
> Reporter: Jesse McConnell
> Assigned To: Henry S. Isidro
> Attachments: CONTINUUM-790-continuum-webapp.patch
>
>
> :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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira