[ http://issues.apache.org/jira/browse/MYFACES-546?page=comments#action_12330454 ]
Thomas Huber commented on MYFACES-546: -------------------------------------- The Problem is this line "receiver.innerHTML = response;" in the prototype.js file. the IE cannot assign response to receiver.innerHTML. if you make an alert(receiver.innerHTML) before "receiver.innerHTML = response;" you get the old value! any idea, why the IE make this problem? regards, thomas > autoUpdateDataTable AJAX refresh does not work with IE 6.0 > ---------------------------------------------------------- > > Key: MYFACES-546 > URL: http://issues.apache.org/jira/browse/MYFACES-546 > Project: MyFaces > Type: Bug > Components: Sandbox > Versions: Nightly Build > Environment: Tested on Windows XP, IE 6.0 - nightly build from Sep. 7, 2005 > Reporter: Sh Ma > > autoUpdateDataTable doesn't seem to work with Internet Explorer. When I > attempt to access a page that uses autoUpdateDataTable, it does show, but it > does not refresh. I get a JavaScript error: 'Ajax' is undefined. It refers > to the following line in the generated markup: > <script type="text/javascript">new Ajax.PeriodicalUpdater('main:content:... > Interestingly, the AJAX refresh functionality works with Firefox 1.0.6. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
