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

2003-06-09 Thread Roy Porter
e 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 (Help!) See my other

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

2003-06-06 Thread Hohlen, John C
: 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 (Help!) See my other post title 'Tiles Problem'. I've been pulling my hair out over this issue today. I've

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

2003-06-06 Thread James Norman
tion will not return an > exception if the buffer has already been flushed. > > So I'm still stumped. The behavior I'm looking for may not be possible. > > JOHN > > -Original Message- > From: Mike Jasnowski [mailto:[EMAIL PROTECTED] > Sent:

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

2003-06-06 Thread Hohlen, John C
eption if the buffer has already been flushed. So I'm 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: [Tile

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 may

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. window.location="http://www.google.com";; On Fri, 2003-06-06 at 08:46, Hohlen, John C wrote: > This is

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

2003-06-06 Thread Mike Jasnowski
or.jsp you 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 Wi

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

[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 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 longer