Re: JSP error using struts 1.1

2006-06-08 Thread The Jasper
Hi, I used to have this error as well. Its a warning from Eclipse, right? If so, just ignore it. mvg, Jasper On 6/7/06, Olivier Bex <[EMAIL PROTECTED]> wrote: Hi everyone, Using struts 1.1 with eclipse 3.1 and myeclipseIDE I have an error with a JSP page : "Failed to load or instantiate Ta

Re: jsp error

2005-04-05 Thread Tommy Wareing
On Tue, 5 Apr 2005 18:01:06 +0200, Andreas Solarik <[EMAIL PROTECTED]> wrote: Hi Tom! Do you know about the errorpage directive for jsps? Would that help you? Its something along the lines of <%@ page contentType="text/html" language="java" errorPage="UncaughtJspError.jsp" %> hope that helps.

Re: JSP error trapping?

2005-04-05 Thread Tommy Wareing
On Tue, 5 Apr 2005 10:45:59 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote: There's really not much Struts can do at this point, because control has been transferred to the JSP. Yeah, thought that might be the case. About the best you can do is judicious application of the JSTL c:catch tag. That

Re: JSP error trapping?

2005-04-05 Thread Joe Germuska
At 4:39 PM +0100 4/5/05, Tommy Wareing wrote: I'm using 1.2.4, with Tiles. (I don't know whether Tiles is relevant, but you might as well know!) I've got type="java.lang.Exception" path="/WEB-INF/globalError.jsp"/> in my struts-config.xml, which catches exceptions in my