Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 1.1 Final
    • Component/s: Faces
    • Labels:
      None
    • Environment:
      ICEmobile, Servlet 2.5 application server

      Description

      ICEmobile makes use of Servlet 3.0 for multimedia upload capability, but this is not strictly necessary for all features.

        Activity

        Hide
        Ted Goddard added a comment -

        ICEmobile is now fully compatible with Servlet 2.5 (including multimedia upload) when used with icefaces-ee-ext.jar and configured appropriately.

        Show
        Ted Goddard added a comment - ICEmobile is now fully compatible with Servlet 2.5 (including multimedia upload) when used with icefaces-ee-ext.jar and configured appropriately.
        Hide
        Ted Goddard added a comment -

        Testing on the iPhone shows that navigation in the app is not possible.

        Show
        Ted Goddard added a comment - Testing on the iPhone shows that navigation in the app is not possible.
        Hide
        Ted Goddard added a comment -

        Complex EL in the application was modified under the assumption that this was not supported under Servlet 2.5. This broke navigation and it turns out that the EL was Servlet 2.5 compatible:

        + <ui:param name="selectedPanel" value="#

        {navigationModel.selectedPanel == null?'splash':navigationModel.selectedPanel}

        " />

        The fix is checked in and verified on both desktop and iPhone.

        Show
        Ted Goddard added a comment - Complex EL in the application was modified under the assumption that this was not supported under Servlet 2.5. This broke navigation and it turns out that the EL was Servlet 2.5 compatible: + <ui:param name="selectedPanel" value="# {navigationModel.selectedPanel == null?'splash':navigationModel.selectedPanel} " /> The fix is checked in and verified on both desktop and iPhone.

          People

          • Assignee:
            Ted Goddard
            Reporter:
            Ted Goddard
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: