Re: Interesting tiles/redirect interaction problem

2004-08-27 Thread Jason Lea
From what I can see here it looks like the page is already being written out when the error occurs from what I can see. You have gone to your first action, done some work, then return the mainLayout tile. The tile then starts building the response based on layout2.jsp. It includes the pages yo

Interesting tiles/redirect interaction problem

2004-08-27 Thread Jim Barrows
I'm using tiles, and some of the tiles are summary pages. For instance a payment summary, it just shows the date and the amount. While the detail page shows how the payment was applied (how much to interest etc.) So my tiles definition looks like: