views:

13

answers:

0

I am using spring roo. I am not able to find a method to extract the request URL from the browser in the template. eg: http://localhost:8080/mysite/about/advisors . I want to extract advisors from it. I tried using ${pageContext.request.requestUri} but it returns the url like default.jspx. Please tell me how to do it?