ICEfaces
  1. ICEfaces
  2. ICE-9161

fileEntry form submit work with Mojarra 2.1.21

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.2
    • Fix Version/s: 3.3
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Mojarra 2.1.21 (greater than 2.1.19, so maybe 2.1.20 as well)
    • Assignee Priority:
      P1

      Description

      New code in the Mojarra javascript needs the request context element to exist.

        Activity

        Mark Collette created issue -
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34356 Thu Apr 11 14:04:53 MDT 2013 mark.collette ICE-9161 : fileEntry form submit work with Mojarra 2.1.21
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/fileentry/fileEntry.js
        Hide
        Mark Collette added a comment -

        The ViewState updating was not working due to this mojarra javascript getting an exception, since we were not supplying the context.element:

        stateForm = getFormForId(context.element.id);

        This had a side-effect of blocking the javascript evals from working, since anything after the ViewState updating wouldn't happen.

        With context.element being set to the form, similarly to how context.sourceid is the form's id, it now works.

        icefaces3 trunk
        Subversion 34356

        Show
        Mark Collette added a comment - The ViewState updating was not working due to this mojarra javascript getting an exception, since we were not supplying the context.element: stateForm = getFormForId(context.element.id); This had a side-effect of blocking the javascript evals from working, since anything after the ViewState updating wouldn't happen. With context.element being set to the form, similarly to how context.sourceid is the form's id, it now works. icefaces3 trunk Subversion 34356
        Mark Collette made changes -
        Field Original Value New Value
        Status Open [ 1 ] Resolved [ 5 ]
        Assignee Mark Collette [ mark.collette ]
        Assignee Priority P1 [ 10010 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34362 Thu Apr 11 16:05:53 MDT 2013 ken.fyten ICE-9161 : fileEntry form submit work with Mojarra 2.1.21
        Files Changed
        Commit graph MODIFY /icefaces3/tags/icefaces-3.3.0/icefaces/ace/component/resources/icefaces.ace/fileentry/fileEntry.js
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Mark Collette
            Reporter:
            Mark Collette
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: