Re: Change Tile on Error

2004-06-09 Thread Adrien Tay Pamart
On Wed, Jun 09, 2004 at 03:09:06PM -0400, Alan Weissman wrote: > I am trying to find a way to display a different tile if the tile in my > page generates an error. Does anyone Assuming that no output has been commited to the response of the tile, there is a solution outlined in 'tiles advanced f

Change Tile on Error

2004-06-09 Thread Alan Weissman
Problem: If someone comes to our Struts/Tiles website and changes the GET parameters in the URL they may cause a page to crash. Desired Outcome: The user should never see a crashed page, they should instead be given a page which displays an error. Ideally, w