RE: javax.portlet.ResourceResponse reference in Action

2014-03-21 Thread Martin Gainty
> 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

javax.portlet.ResourceResponse reference in Action

2014-03-21 Thread Gaurav Daga
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