Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Struts and the fly likes Tiles and Error Handling Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Tiles and Error Handling" Watch "Tiles and Error Handling" New topic
Author

Tiles and Error Handling

Rabee' Nawash
Greenhorn

Joined: Feb 27, 2005
Posts: 14
Dear All,

I'm using tiles as a page template, when ever an exception error occurs in the JSP , the <error-page> in web.xml is not working, also defining the error page in the same JSP is not working, is this a bug in struts 1.1?


Best Regards,<br />Rabee' Nawash
Liju Cherian
Ranch Hand

Joined: Mar 17, 2006
Posts: 44
Check this out.


"What's in a name? That which we call a rose by any other name would smell just as sweet."<br />(William Shakespeare, Romeo and Juliet, Act II, Scene II)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tiles and Error Handling
 
Similar Threads
Struts1.3 Redirect jsp page to another jsp while using tiles
How to handle exceptions occured in tiles in struts 1.2
how to invoke tiles definition from JSP
jsp error page is not working
Using messages in resource bundle in tiles-def.xml