> I'm getting this jasper-exception from my war:
> 
> org.apache.jasper.compiler.ParseException: 
> /var/tomcat/webapps/webhelp/example/helpmain.jsp(0,0) Page directive: 
> Invalid attribute, errorpage
>         at 
> org.apache.jasper.compiler.JspUtil.checkAttributes(JspUtil.java)
>         at 
> org.apache.jasper.compiler.Parser$Directive.accept(Parser.java)
> ...
> 
> It seems that it doesn't like the errorpage directive, but I have 
> successfully deployed the very same war on a WebLogic-server, which 
> accepts it.
> 
> Can it be because I do "<jsp:include ..." of other pages, which also 
> contains a errorpage pagedirective, so it appears multiple times? 
> Shouldn't tomcat be able to handle that? WebLogic does handle this!


Change errorpage to errorPage.  Case-sensitivity ain't it a ....

---
Michael Wentzel
Software Developer
<A HREF="http://www.aswethink.com">Software As We Think</A>
<A HREF="mailto:[EMAIL PROTECTED]">Michael Wentzel</A>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to