I'm in the process of porting a web application from the Jetspeed/Turbine framework over to struts and I ran into a problem someone may be able to help me with.
When I have a Jsp that is included by a tile, the httpServletRequest.getRequestURI() returns the location of the Jsp that the tiles included, not the resource that the browser requested. As far as I can tell, it is the Tiles Controller that is changing this from the original set by the container. This is causing some problems in the application I have because the requestURI becomes something like /WEB-INF/templates/body.jsp, which isn't terribly useful. I have found a few emails regarding this in the archives, but no solutions. Is there a configuration which will tell the controller not to mess with the requestURI? Any insight would be appreciated. Thanks, James Norman --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

