Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-1805

form stopped working after ajax request

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.5, 1.2.0
    • 1.2.2
    • None
    • None

    Description

      In a little bit complicated form using multiple PPR areas the datascroller attached to a datatable stopped working with InternetExplorer after the first ajax request.
      MyFaces always sent the current page again.

      It turned out that the code in oamSetHiddenInput is not fully compatible with InternetExplorer.

      The problem is that even after adding the element to the form using javascript the check for it (typeof form.elements[name]=='undefined') still returns undefined.

      After setting the id of the created element (beside of it's name) fixed this problem.

      Attachments

        Activity

          People

            Unassigned Unassigned
            imario Mario Ivankovits
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: