[gatein-issues] [JBoss JIRA] (GTNPORTAL-2422) error using the createActionURL() of the renderResponse

Luca Stancapiano (JIRA) jira-events at lists.jboss.org
Tue Apr 24 16:39:18 EDT 2012


Luca Stancapiano created GTNPORTAL-2422:
-------------------------------------------

             Summary: 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:

public class MyPortlet extends GenericPortlet {
	@Override
	protected void doView(RenderRequest request, RenderResponse response)
			throws PortletException, IOException {
		response.setContentType("text/html");
		PrintWriter writer = response.getWriter();
                writer.print("<p><a href='" + response.createActionURL() + "'>"
			+ "Click</a></p>");
        }
}

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 administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list