Frédéric Donckels created WICKET-4881:
-----------------------------------------

             Summary: IE 8 : error when handling Wicket Ajax Response
                 Key: WICKET-4881
                 URL: https://issues.apache.org/jira/browse/WICKET-4881
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 6.3.0, 6.2.0
         Environment: Internet Explorer 8, Windows 7 64 bits
            Reporter: Frédéric Donckels


I have a problem with Wicket 6.2.0/6.3.0 and IE (this works perfectly with 
Chrome or Firefox). I have a list of items, with Ajax links in the list. The 
response to the Ajax link modifies a panel from the page, and redraws the list 
(its container).

IE does at least some of the changes correctly, but outputs an error, and it 
seems that subsequent Ajax request fail:

    ERROR: Wicket.Ajax.Call.processEvaluation: Exception evaluating javascript: 
[object Error], text: 
Wicket.Ajax.ajax({"u":"./list?2-4.IBehaviorListener.0-entities-entitiesList-bictables-7-actions-
  view","e":"click","c":"view2cb"});
    ERROR: FunctionsExecuter.processNext: [object Error]


all subsequent Ajax requests lead to :

    INFO: Channel '0' is busy - scheduling the callback to be executed when the 
previous request finish

Is this a bug in Wicket, in IE? Any way to circumvent it if it's in IE?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to