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
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
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
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.
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
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
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
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])
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
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
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
> 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
> 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
/ 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
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
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
: "'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
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
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
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.
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
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
22 matches
Mail list logo