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

JSP error using struts 1.1

2006-06-07 Thread Olivier Bex
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 TagExtraInfo class : org.apache.struts.taglib.bean.CookieTei. NOTE : No JSP line was available so line 1 was used for the marker." After searching through the I

Re: Rational 6.0 jsp error

2005-07-09 Thread Wendy Smoak
From: "Andrey Rogov" <[EMAIL PROTECTED]> <%@ taglib uri="struts-html-el.tld" prefix="html" %> the error JspCompile runtime: java.lang.NullPointerException. is appeared . That makes me think 'action' is probably null. What scope is it in, and how did it get there? Do you have a corresp

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

JSP error trapping?

2005-04-05 Thread Tommy Wareing
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 Action classes, and redirects them to an er

RE: AW: Tiles is hiding my jsp error messages?!

2005-02-02 Thread Martin Gainty
nberg" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: "'Struts Users Mailing List'" Subject: AW: Tiles is hiding my jsp error messages?! Date: Tue, 1 Feb 2005 15:00:54 +0100 MIME-Version: 1.0 Received: from mail.apache.org ([209.237.227.199])

Re: Tiles is hiding my jsp error messages?!

2005-02-01 Thread Joe Germuska
Can't answer that for you. I've used Tiles many times on various project, but I am certainly no expert on it. In my experience with it, I turn to the logs for help when I have these kinds of errors. Or, if that doesn't help, step 2 (for me) is to remove the entire contents of that particular

RE: Tiles is hiding my jsp error messages?!

2005-02-01 Thread Nils Liebelt
t: Re: Tiles is hiding my jsp error messages?! Can't answer that for you. I've used Tiles many times on various project, but I am certainly no expert on it. In my experience with it, I turn to the logs for help when I have these kinds of errors. Or, if that doesn't help, s

RE: Tiles is hiding my jsp error messages?!

2005-02-01 Thread Nils Liebelt
t: Re: Tiles is hiding my jsp error messages?! Can't answer that for you. I've used Tiles many times on various project, but I am certainly no expert on it. In my experience with it, I turn to the logs for help when I have these kinds of errors. Or, if that doesn't help, s

AW: Tiles is hiding my jsp error messages?!

2005-02-01 Thread Leon Rosenberg
> Or, if that doesn't help, step 2 (for me) is to remove the > entire contents of that particular tile, and slowly replace > it piece by piece until it stops rendering, then examine the > part you just put back. I know that sounds crazy, but it > works for me.and it almost always ends with

AW: Tiles is hiding my jsp error messages?!

2005-02-01 Thread Leon Rosenberg
> Or, if that doesn't help, step 2 (for me) is to remove the > entire contents of that particular tile, and slowly replace > it piece by piece until it stops rendering, then examine the > part you just put back. I know that sounds crazy, but it > works for me.and it almost always ends with

Re: Tiles is hiding my jsp error messages?!

2005-02-01 Thread James Mitchell
/ Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Nils Liebelt" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Tuesday, February 01, 2005 8:30 AM Subject: RE: Tiles is hiding my jsp error messag

RE: Tiles is hiding my jsp error messages?!

2005-02-01 Thread Nils Liebelt
So there is nothing we could do about it? Why is tiles flushing everything immediately? GreetZ Nils -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 3:27 PM To: Struts Users Mailing List Subject: Re: Tiles is hiding my jsp error

RE: Tiles is hiding my jsp error messages?!

2005-02-01 Thread Nils Liebelt
So there is nothing we could do about it? Why is tiles flushing everything immediately? GreetZ Nils -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 3:27 PM To: Struts Users Mailing List Subject: Re: Tiles is hiding my jsp error

Re: Tiles is hiding my jsp error messages?!

2005-02-01 Thread James Mitchell
: "'Struts Users Mailing List'" Sent: Tuesday, February 01, 2005 5:22 AM Subject: Tiles is hiding my jsp error messages?! Hi everybody, I set flush="false" for all my tiles:insert tags in a jsp page. But still can't see the error message if e.g. a message resource

Tiles is hiding my jsp error messages?!

2005-02-01 Thread Nils Liebelt
Hi everybody, I set flush="false" for all my tiles:insert tags in a jsp page. But still can't see the error message if e.g. a message resource lookup fails. This is very annoying since the form 300 lines long. GreetZ Nils

Tiles is hiding my jsp error messages?!

2005-02-01 Thread Nils Liebelt
Hi everybody, I set flush="false" for all my tiles:insert tags in a jsp page. But still can't see the error message if e.g. a message resource lookup fails. This is very annoying since the form 300 lines long. GreetZ Nils

Tiles and .jsp Error reporting

2004-10-21 Thread Ulrich Elsner
Hi, I have the following problem surface recently which I _think_ is caused by an upgrade from Struts 1.1 to 1.2.4. If an .jsp file containing an error (not the tag but a error like (note the missing closing element /> )) is called, I get an exception (org.apache.jasper.JasperException: /index.

Precompile JSP error with html:messages

2004-06-09 Thread J Jones
I have the following JSP: <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> test When I deploy an ear file into either WSAD or WebSphere admin console and check the precompile JSP

JSP Error Page Problems

2004-05-10 Thread Mark Mandel
request.setAttribute("message", exception.getMessage()); } pageContext.forward("/action/error"); %> - and --- web.xml --- java.lang.Exception /jsp/error/error.jsp --- But I ALWAYS get "There is no message for this error.", as the impli