From jira-events at lists.jboss.org Mon May 7 00:55:20 2012 Content-Type: multipart/mixed; boundary="===============5125308391745784529==" MIME-Version: 1.0 From: Trong Tran (JIRA) To: gatein-issues at lists.jboss.org Subject: [gatein-issues] [JBoss JIRA] (GTNPORTAL-2422) error using the createActionURL() of the renderResponse Date: Mon, 07 May 2012 00:55:20 -0400 Message-ID: <1134779108.58447.1336366520158.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 740870255.29713.1335299958433.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============5125308391745784529== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/GTNPORTAL-2422?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D126906= 48#comment-12690648 ] = Trong Tran commented on GTNPORTAL-2422: --------------------------------------- I'm not sure to get the situation of this issue ? how is it fixed ? = > error using the createActionURL() of the renderResponse > ------------------------------------------------------- > > Key: GTNPORTAL-2422 > URL: https://issues.jboss.org/browse/GTNPORTAL-2422 > Project: GateIn Portal > Issue Type: Bug > Security Level: Public(Everyone can see) = > Components: PC integration, WebUI > Affects Versions: 3.2.0-GA > Environment: a simple portlet extending the GenericPortlet > Reporter: Luca Stancapiano > Assignee: Matt Wringe > > Here my portlet: > {code} > public class MyPortlet extends GenericPortlet { > @Override > protected void doView(RenderRequest request, RenderResponse response) > throws PortletException, IOException { > response.setContentType("text/html"); > PrintWriter writer =3D response.getWriter(); > writer.print("

" > + "Click

"); > } > @Override > public void processAction(ActionRequest request, ActionResponse response) > throws PortletException, IOException { > PortletRequestContext context =3D (PortletRequestContext) WebuiRequestC= ontext > .getCurrentInstance(); > } > } > {code} > When i click on the generated href in the page of the portlet I get this = error: > org.exoplatform.portal.application.PortalRequestContext cannot be cast to= org.exoplatform.webui.application.portlet.PortletRequestContext -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.jboss.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============5125308391745784529==--