IndexOutOfBoundsException in BehaviorRequestTarget
--------------------------------------------------

                 Key: WICKET-772
                 URL: https://issues.apache.org/jira/browse/WICKET-772
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-beta2
            Reporter: Jim McLaughlin


If you remove an AjaxTimerBehavior from a component through another Ajax 
request, the timer will fire from the browser later and cause an 
IndexOutOfBoundsException in BehaviorRequestTarget.

This is because BehaviorRequestTarget improperly checks for a null return value 
from List.get() to determine if the behavior is there. Obviously, instead it 
should check if List.size() > idAsInt.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to