Details
- 
        Type: New Feature New Feature
- 
        Status: Closed
- 
            Priority: Major Major
- 
            Resolution: Invalid
- 
            Affects Version/s: 2.0.0
- 
            Fix Version/s: None
- 
            Component/s: Documentation, Framework
- 
            Labels:None
- 
            Environment:ICEfaces 2 GateIn portlet portal PortletFaces Bridge
Description
                    This JIRA is to certify and document support for using ICEfaces 2 with GateIn Portal 3.x
1. The existing ICEfaces 2 portlet samples should be tested successfully with GateIn.
2. The instructions for using ICEfaces with GateIn should be documented and added to the ICEfaces Wiki.
See the following existing Portlet docs as a reference:
- ICEfaces 2 Portlets doc: http://wiki.icefaces.org/display/ICE/Portlet+Development
1. The existing ICEfaces 2 portlet samples should be tested successfully with GateIn.
2. The instructions for using ICEfaces with GateIn should be documented and added to the ICEfaces Wiki.
See the following existing Portlet docs as a reference:
- ICEfaces 2 Portlets doc: http://wiki.icefaces.org/display/ICE/Portlet+Development
 
                         
                        
While I was able to deploy the chat-portlet example to GateIn using the PortletFaces Bridge, Ajax interaction with the bridge was not working. It appears that, during the render phase, the content type of the Ajax response is being set to "text/html" which means that the responseXml value is null. The ICEfaces bridge is detecting this and the processing of the response is stopped.