ectx.getRequestContextPath() issue
873210Jul 28 2011 — edited Jul 29 2011Hi all
I ahve an issue related to ectx.getRequestContextPath()
I am developing an application in Jdeveloper 11.1.1.2.0.
While excecuting ectx.getRequestContextPath() the result I get it is
http://127.0.0.1:7101/ABCD/xyz/
But for me to navigate to the next page I only need
http://127.0.0.1:7101/ABCD/
ie i dont need the xyz part
Please help
Thanks
Susan