smallufo wrote:
Hi , all :Is there a way to get current URL of the page ? I tried <c:out value="${requestScope.requestURL}"/> but cannot get it .... I also tried some other methods in HttpServletRequest but seems not working , either... Can somebody help me ? Thanks in advance....
Try
<c:out value="${pageContext.request.requestURL}"/>
-chris
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
