Hello i can't fetch the browser url.
I'm using spring controllers and Tiles.
instead of having http://www.myhost.it:8080/webapp/public/store/store.details.htm
with those
I gotCode:<tr><td><%=request.getPathInfo()%> </td></tr> <tr><td><%=request.getPathTranslated()%></td> </tr> <tr><td><%=request.getQueryString() %></td></tr> <tr><td><%=request.getRequestURI() %></td></tr> <tr><td><%=request.getRequestURL() %></td></tr> <tr><td><%=request.getServletPath() %></td></tr> <tr><td><%=request.getServletPath() %></td></tr>
i need the url for dispatching exceptions depending on url.Code:null null null /milkcup/WEB-INF/jsp/base.jsp http://www.myHost.it:8080/webapp/WEB-INF/jsp/base.jsp /WEB-INF/jsp/base.jsp /WEB-INF/jsp/base.jsp
Any ideas?
thanks!


Reply With Quote
