> Date: Fri, 21 Mar 2014 14:58:21 -0700
> Subject: javax.portlet.ResourceResponse reference in Action
> From: togauravd...@gmail.com
> To: dev@struts.apache.org
>
> Hello All
>
> What is the recommended way of getting ResourceResponse instance in the
> action meth
Hello All
What is the recommended way of getting ResourceResponse instance in the
action method of JSR 286 based Struts2 Portlet Action class? I'm using
following way :
ResourceResponse response =
(ResourceResponse)PortletActionContext.getResponse();
As PortletActionContext doesn't provide metho