2007/8/18, Angelo Chen <[EMAIL PROTECTED]>: > > > I have a result.jsp which come from Tile's template, one of JSPs there is > content.jsp, in the ActionClass I'd forward to result.jsp, but I have to > write some data into content.jsp, now what I get is a HttpResponse in the > ActionClass, how to write the data back? what's the approach in situation > like this?
If you write directly using HttpResponse object, it will be included in the page by Tiles as usual. Antonio
