On 8/15/06, Michael Cheung <[EMAIL PROTECTED]> wrote:
Hi,Monkeyden; Thanks for your reply. Now I can get the context-relative path, but the extension is also omitted. How to get the path with extension? Actually, I want to do this. URL: /context-name/appname.do?param1=1¶m2=2 I want to get /appname.do?param1=1¶m2=2 and use this string to new ActionForward to return in Action.
request.getServletPath() + "?" + request.getQueryString() -- Puneet