hi, all,

I am wondering how I can get the calling URL.

Let's say, I got two pages:  /test1/foo/page1.jsp. In the page1.jsp,I have a
link to /test2/foo/page2.jsp. Now when I run page2, I want to get the value
of URL for page2.jsp, i.e. /test1/foo/page1.jsp .

I've tried to use hidden field and then to use
request.getParameter("hiddenfieldname");

Out of luck, I couldn't get the value.

BTW, I am using WEbLogic Commerce Server 3.2

Any suggestions would be appreciated.

cheers
~~~~~~~~~~~~~~~~~~~~~~~~~~
Charles Luo

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to