cijijoseph wrote:
Hi All,
I have a struts-portlet application that has been deployed inside JetSpeed-2 . I have a requirement in which i need to store the Portal Server URL , from my struts-portlet application. I tried to access that using all the HTTP Servlet Request methods..But that returned me only the context URL's and i am interested in getting hold of the Portlet URL.
First of all: what you are asking for isn't going to be portable, but Jetspeed
specific, so keep that in mind.
Then, I'm not sure if you're after the PortalURL or the PortletURL.
To get hold of either one of these, unwrap the HtppServletRequests (which you 
can
typecast to HttpServetRequestWrapper) I think about 2 times, and you'll get 
access
to the original HttpServletRequest.

Ate

Thanks in Advance for your help

Regards
Ciji

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to