Yes, I am using Tiles and Tomcat and the common header works great.

David

Hi David,
   What container are you using and are you using Tiles?
I'm using Jboss with Tomcat and I can't put all my taglibs in a common
header (there was a discussion about this a while back on the Struts list).
Thanks,
-Tim

-----Original Message-----
From: David Graham [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 05, 2003 2:32 PM
To: [EMAIL PROTECTED]
Subject: RE: [OT] web.xml <error-page> configuration problem


><%@ page errorPage="error.jsp" %>
>
>This is what I'm trying to avoid. I would prefer to only specify this via
>a
>single configuration setting in the web.xml.


I think that's required. I created a header.jsp file that has all my taglib

declarations and the error page declaration and then I include header.jsp in

all of my other jsps.

David

>JOHN
>
>-----Original Message-----
>From: Jimmy Emmanual [mailto:[EMAIL PROTECTED]
>Sent: Thursday, June 05, 2003 1:05 PM
>To: 'Struts Users Mailing List'
>Subject: RE: [OT] web.xml <error-page> configuration problem
>
>
>Is you /jsp/error.jsp page a error page?
>
>If not it as the Error Page via.
>
><%@ page isErrorPage="true" %>
>
>Jimmy
>
>-----Original Message-----
>From: Hohlen, John C [mailto:[EMAIL PROTECTED]
>Sent: Thursday, June 05, 2003 1:59 PM
>To: Struts-User (E-mail)
>Subject: [OT] web.xml <error-page> configuration problem
>
>
>I'm using WebLogic 6.1 SP 2 and I can't get the web.xm. <error-page>
>configuration to work for exceptions occurring within a JSP.  If the
>exception, occurs in Java code (i.e. non-JSP), the error page works fine.
>But if it occurs in the JSP, I see a stack trace on the screen instead of
>forwarding to the error JSP.  Here's the setting I have in web.xml file:
>
>   <error-page>
>     <exception-type>java.lang.Throwable</exception-type>
>     <location>/jsp/error.jsp</location>
>   </error-page>
>
>This should handle every type of exception, right?  In my JSP, I'm
>intentionally creating a null pointer exception.  I also tried adding the
>following to my web.xml file and it still didn't work:
>
>   <error-page>
>     <exception-type>java.lang.NullPointerException</exception-type>
>     <location>/jsp/error.jsp</location>
>   </error-page>
>
>Any help is greatly appreciated,
>
>Thanks,
>
>JOHN HOHLEN
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail


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

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


_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus



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



Reply via email to