ICEfaces
  1. ICEfaces
  2. ICE-8007

Support for ICEfaces portlets on Liferay 6.1

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-1.8.2.GA_P03
    • Fix Version/s: EE-1.8.2.GA_P04
    • Labels:
      None
    • Environment:
      ICEfaces 1 Liferay 6.1
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration

      Description

      While the components and portlet examples from ICEfaces 1.8 have been deployed, run, and test on previous versions of Liferay (5.x and 6.0.x), Liferay 6.1 was released after our last shipping version of ICEfaces 1.8.

        Activity

        Hide
        Deryk Sinotte added a comment -

        The chat and location examples won't currently deploy due to:

        Caused by: java.lang.IllegalArgumentException: taglib definition not consistent with specification version
        at org.apache.catalina.startup.TaglibLocationRule.begin(WebRuleSet.java:1164)
        at org.apache.tomcat.util.digester.Digester.startElement(Digester.java:1276)
        ... 30 more

        Turns out it needs a DOCTYPE added to the web.xml file. This DOCTYPE is already present in the portlet version of component-showcase:

        <!DOCTYPE web-app PUBLIC
        "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
        "http://java.sun.com/dtd/web-app_2_3.dtd">

        These have been added and checked in.

        Show
        Deryk Sinotte added a comment - The chat and location examples won't currently deploy due to: Caused by: java.lang.IllegalArgumentException: taglib definition not consistent with specification version at org.apache.catalina.startup.TaglibLocationRule.begin(WebRuleSet.java:1164) at org.apache.tomcat.util.digester.Digester.startElement(Digester.java:1276) ... 30 more Turns out it needs a DOCTYPE added to the web.xml file. This DOCTYPE is already present in the portlet version of component-showcase: <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> These have been added and checked in.
        Hide
        Deryk Sinotte added a comment -

        In testing the component-showcase, I found the following issues with specific components:

        Drag and Drop: The "ghost" images typically rendered during the drag operation are not displayed (or not rendered in correct/visible location). The feature still works other than not being able to see the dragged image.

        Draggable dialog: Setting the auto-centered attribute on the dialog causes it to render off the bottom of the visible area of the screen making it difficult/impossible to close. The non-auto-centered version works fine as does the modal dialog.

        Panel Tooltip: Tooltips are not displayed (or not rendered in correct/visible location).

        Show
        Deryk Sinotte added a comment - In testing the component-showcase, I found the following issues with specific components: Drag and Drop: The "ghost" images typically rendered during the drag operation are not displayed (or not rendered in correct/visible location). The feature still works other than not being able to see the dragged image. Draggable dialog: Setting the auto-centered attribute on the dialog causes it to render off the bottom of the visible area of the screen making it difficult/impossible to close. The non-auto-centered version works fine as does the modal dialog. Panel Tooltip: Tooltips are not displayed (or not rendered in correct/visible location).
        Hide
        Deryk Sinotte added a comment -

        Other than the minor issues noted in the case, ICEfaces 1.8 runs well on Liferay 6.1 so resolving as fixed.

        Show
        Deryk Sinotte added a comment - Other than the minor issues noted in the case, ICEfaces 1.8 runs well on Liferay 6.1 so resolving as fixed.

          People

          • Assignee:
            Deryk Sinotte
            Reporter:
            Deryk Sinotte
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: