Resolved this by commenting out the following lines in src/main/webapp/common/header.jsp
<%-- Put constants into request scope <appfuse:constants scope="request"/> --%> Is this going to break something? Thanks =============== ashan wrote: > > I'm having issues compiling jsps. When I tried to point my browser to the > home page, the console outputs the following and browser gets blank page. > > 2009-01-02 11:39:52.079:org.apache.jasper.compiler.Compiler:WARN: Error > compiling file: > D:\projects\myproject\target\work\jsp\org\apache\jsp\common\header_jsp.java > > After doing some research I tried to set the following in the > D:\repo\org\mortbay\jetty\jetty\6.1.9\org\mortbay\jetty\webapp\webdefault.xml > > <init-param> > <param-name>classpath</param-name> > <param-value>?</param-value> > </init-param> > > > > Still having the same issue. > > Environment: > > OS: Windows xp. :( > Appfuse : <appfuse.version>2.0.2</appfuse.version> > <spring.version>2.5.4</spring.version> > > > > I have tried "mvn package" and installed in tomcat 5.5 and got the same > compilation error. > > > Any help would be appreciated! > > Thanks > -- View this message in context: http://www.nabble.com/JSP-Compiler-issue-tp21253841s2369p21280230.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
