form stopped working after ajax request
---------------------------------------
Key: MYFACES-1805
URL: https://issues.apache.org/jira/browse/MYFACES-1805
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 1.2.0, 1.1.5
Reporter: Mario Ivankovits
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.