Re: Get current Action using Tiles

2006-10-26 Thread JCO
Thanks, I solved this using: request.getAttribute("javax.servlet.forward.servlet_path"); apetrelli wrote: > > JCO ha scritto: >> Hello, >> >> I want to know the current Action through the request.getRequestURI(), >> but >> I'm using Tiles and I get: >> >> /jguiri/jsp/layouts/layoutDetalle.jsp

Re: Get current Action using Tiles

2006-10-26 Thread Antonio Petrelli
JCO ha scritto: Hello, I want to know the current Action through the request.getRequestURI(), but I'm using Tiles and I get: /jguiri/jsp/layouts/layoutDetalle.jsp (layoutDetalle.jsp is my Tiles layout, not the real URI) Where are you calling request.getRequestURI()? -