How to use HttpServletRequest.getRequestURL with Struts

2004-04-24 Thread Néstor Boscán
Hi I´m using some custom taglibs with Struts. In the TagLibs I need to get the URL to the action class so I can refresh the web page with some new parameters for the TagLib. The problem that I´m having with struts is that HttpServletRequest.getRequestURL is returning the URL to the JSP page even

How to use HttpServletRequest.getRequestURL with Struts

2004-04-24 Thread Néstor Boscán
Hi I´m using some custom taglibs with Struts. In the TagLibs I need to get the URL to the action class so I can refresh the web page with some new parameters for the TagLib. The problem that I´m having with struts is that HttpServletRequest.getRequestURL is returning the URL to the JSP page even