[gatein-issues] [JBoss JIRA] Commented: (GTNWSRP-60) Make sure that JSF portlets with Portlet Bridge work correctly over WSRP

Matt Wringe (JIRA) jira-events at lists.jboss.org
Fri Oct 22 15:10:54 EDT 2010


    [ https://jira.jboss.org/browse/GTNWSRP-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558857#action_12558857 ] 

Matt Wringe commented on GTNWSRP-60:
------------------------------------

We have an issue right now with the ajax demo portlet (https://svn.jboss.org/repos/portletbridge/trunk/examples/richfaces/ajaxPortlet). The issue has to do how we are rewriting the content, we are sending '&' instead of '&'. But this is not that simple.

The portlet will send us a url which uses '&', we will then go through this url and separate out the properties to rewrite the url. The PortletInvocationContext (ExoPortletInvocationContext) will then be used to recreate the url based on the properties and it uses '&' (if has to use this, if we change it to use '&' in the EPIC then the portal doesn't work properly). At this point we can change the '&' back into '&' (a hack) and then ajax repeater will work. So the issue with the failure is that we are not sending properly encoded xml through the ajax request.



> Make sure that JSF portlets with Portlet Bridge work correctly over WSRP
> ------------------------------------------------------------------------
>
>                 Key: GTNWSRP-60
>                 URL: https://jira.jboss.org/browse/GTNWSRP-60
>             Project: GateIn WSRP
>          Issue Type: Feature Request
>          Components: Consumer, Producer
>    Affects Versions: 1.1.1-GA, 2.0.0-Alpha01
>            Reporter: Chris Laprun
>            Assignee: Matt Wringe
>             Fix For: 2.0.0-CR01
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list