any API equalent to httpservletrequest.getRemoteAddr() In PortletRequest
Hi all,
Iam using Vignette Aplication Portlet withspring framework.
i had requirment where i need to implement httpservletrequest.getRemoteAddr() equalent stuff using PortletRequest.
i tried to get HttpServletRequest from PortletRequest using the below
code, but its returning null.
HttpServletRequest httpRequest = (HttpServletRequest) renderRequest.getAttribute("javax.portlet.portletc.httpServletRequest");
In short i need to get Remote Ip addres of the machine from where the request came, usingPortlet request.
Can any body help
Thanks and Regards
Biju M
Message was edited by:
itsforme
Message was edited by:
itsforme

