[
https://issues.apache.org/jira/browse/MYFACES-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mario Ivankovits resolved MYFACES-1805.
---------------------------------------
Resolution: Fixed
Fix Version/s: 1.2.2-SNAPSHOT
1.1.6-SNAPSHOT
committed to both myfaces version (1.1, 1.2)
> 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.1.5, 1.2.0
> Reporter: Mario Ivankovits
> Fix For: 1.1.6-SNAPSHOT, 1.2.2-SNAPSHOT
>
>
> 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.