Re: Determining the "original" request URL from within a tile

2005-01-10 Thread Kishore Senji
1) You can have a Controller (org.apache.struts.tiles.Controller) and in the "perform" you can get the "original" request url and save it as a "request" attribute; and the tile can pull that request attribute. You can specify the controller class for your tiles definition. Just Before the jsp is re

Determining the "original" request URL from within a tile

2005-01-10 Thread Rick Mann
Hi. We have a tiles-based webapp. Buried down deep in a tile that gets reused in a few different pages is the need to render a link back to the current request, with a parameter added. This acts as a switch to re-render the page a bit differently. Unfortunately, request.getRequestURL() reflects