jsp error

2003-11-04 Thread Rajat Pandit
http://www.mail-archive.com/[EMAIL PROTECTED]/msg48219.html pls have a look at this, i am facing a similar problem. can someone pls help me with this? -- Rajat Pandit | [EMAIL PROTECTED] +91 612 3117606 [ Developer and Part Time Human Being]

Re: [Tiles] Forwarding To JSP Error Page From Within Tiles (Help!)

2003-06-09 Thread Roy Porter
rt" commands appearing in the HTML. I'm using WebLogic if it makes any difference. JOHN -Original Message- From: Roy Porter [mailto:[EMAIL PROTECTED]] Sent: Friday, June 06, 2003 10:13 AM To: Struts Users Mailing List Subject: Re: [Tiles] Forwarding To JSP Error Page From Within Tiles

[Tiles] Forwarding To JSP Error Page From Within Tiles (Help!)

2003-06-06 Thread Hohlen, John C
This is a continuation of a post I submitted yesterday as an off topic subject entiled: [OT] web.xml error-page configuration problem (Special thanks to David Graham for his many replies): Currently, this isn't showing up in the archives so I couldn't provide a link. However, I feel this is no

Re: [Tiles] Forwarding To JSP Error Page From Within Tiles (Help!)

2003-06-06 Thread David Graham
I'm also interested in any good ideas on this topic. I didn't spend enough time on this to know I had exhausted all possibilities. I just made my error page a very simple An error occurred statement so that it wouldn't look ugly when included as part of many tiles. I figured that exceptions

RE: [Tiles] Forwarding To JSP Error Page From Within Tiles (Help!)

2003-06-06 Thread Mike Jasnowski
want to display. out.clearBuffer(); There might be other solutions though. HTH, Mike -Original Message- From: Hohlen, John C [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 10:47 AM To: Struts-User (E-mail) Subject: [Tiles] Forwarding To JSP Error Page From Within Tiles

Re: [Tiles] Forwarding To JSP Error Page From Within Tiles (Help!)

2003-06-06 Thread James Norman
It's a hack, but the action displaySystemError.do could send some javascript that when loaded will send the browser window to a specified error page. script language=JavaScript window.location=http://www.google.com;; /script On Fri, 2003-06-06 at 08:46, Hohlen, John C wrote: This is a

Re: [Tiles] Forwarding To JSP Error Page From Within Tiles (Help!)

2003-06-06 Thread Roy Porter
See my other post title 'Tiles Problem'. I've been pulling my hair out over this issue today. I've got as far as getting it to work - sort of . If you set the flush attribute to false on all your tiles:insert commands, and also set the autoFlush to false on your JSP Page directives (you

RE: [Tiles] Forwarding To JSP Error Page From Within Tiles (Help!)

2003-06-06 Thread Hohlen, John C
still stumped. The behavior I'm looking for may not be possible. JOHN -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 9:56 AM To: Struts Users Mailing List Subject: RE: [Tiles] Forwarding To JSP Error Page From Within Tiles (Help!) You

RE: [Tiles] Forwarding To JSP Error Page From Within Tiles (Help! )

2003-06-06 Thread James Norman
for may not be possible. JOHN -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 9:56 AM To: Struts Users Mailing List Subject: RE: [Tiles] Forwarding To JSP Error Page From Within Tiles (Help!) You might try buffering the output

RE: [Tiles] Forwarding To JSP Error Page From Within Tiles (Help!)

2003-06-06 Thread Hohlen, John C
PROTECTED] Sent: Friday, June 06, 2003 10:13 AM To: Struts Users Mailing List Subject: Re: [Tiles] Forwarding To JSP Error Page From Within Tiles (Help!) See my other post title 'Tiles Problem'. I've been pulling my hair out over this issue today. I've got as far as getting it to work - sort

Re: ??? In JSP Error Message Using Struts 1.1 and Multiple Message Re source Files

2002-09-10 Thread John Yu
Seems like you miss the error.header and error.footer entries in the resource file. At 10:35 pm 10-09-2002, you wrote: I'm currently seeing in my error messages using the html:errors tag in Struts 1.1 (b2) with multiple message resource files. For example, I see the following: Correct

JSP Error pages and Struts

2002-06-10 Thread Chris Hardin
I have declared each pages error page to be my error page and my error page looks like this. When an Exception Occurs, I get redirected to the Error page but I can't access the error reason. Here is my error page %@page language=java isErrorPage=true% bean:define id=e name=exception

Re: JSP error

2002-05-16 Thread SUPRIYA MISRA
Mailing List [EMAIL PROTECTED] Subject: Re: JSP error Date: Wed, 15 May 2002 16:02:14 -0400 Pete Serafin wrote: Is it possible for the JSP error directive to capture any other type of exceptions other than just javax.servlet.jsp.JspException. Im trying to catch any types of exceptions in my

Re: JSP error

2002-05-15 Thread Ted Husted
/services Pete Serafin wrote: Is it possible for the JSP error directive to capture any other type of exceptions other than just javax.servlet.jsp.JspException. Im trying to catch any types of exceptions in my JSPs including Jasper and plain Exceptions, but Im not sure if this is possible. Has

Re: JSP error

2002-05-15 Thread Kevin . Bedell
Pete Serafin wrote: Is it possible for the JSP error directive to capture any other type of exceptions other than just javax.servlet.jsp.JspException. Im trying to catch any types of exceptions in my JSPs including Jasper and plain Exceptions, but Im not sure if this is possible. Has

JSP error

2002-05-13 Thread Pete Serafin
Is it possible for the JSP error directive to capture any other type of exceptions other than just javax.servlet.jsp.JspException. Im trying to catch any types of exceptions in my JSPs including Jasper and plain Exceptions, but Im not sure if this is possible. Has anyone does this without

Custom tags hiding JSP error messages

2001-08-01 Thread Jamie Tsao
Title: Custom tags hiding JSP error messages Hi, I was curious whether other people encountered this problem. I've used tag libraries before, and am currently using struts' template tag library. I have found that runtime JSP errors, such as null pointer exceptions, are hard to debug

Re: Custom tags hiding JSP error messages

2001-08-01 Thread Jon Brisbin
log)... Jon Brisbin - Original Message - From: Jamie Tsao [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 01, 2001 11:44 AM Subject: Custom tags hiding JSP error messages Custom tags hiding JSP error messages Hi, I was curious whether other people encountered

Re: Custom tags hiding JSP error messages

2001-08-01 Thread Calvin Yu
Usually when struts taglib captures an error, it is stored as a request attribute under the key Action.EXCEPTION_KEY. What I ended up doing is write a custom error JSP and set that as my default error page in web.xml. I'm not sure if the template taglibs are storing their exception there

SERVLET-compile_failed: Failed in compiling template: /web/SampleClassQuery.jsp, JSP Error: Class was not found for :html

2001-06-25 Thread Brandon, Raymond
Hi everyone, I get: SERVLET-compile_failed: Failed in compiling template: /web/SampleClassQuery.jsp, JSP Error: Class was not found for :html. For the complete trace see attached file. I tried to track it down where it happens and according to what I see in my struts-config file, the error looks