[ 
https://issues.apache.org/jira/browse/WICKET-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Juergen Donnerstag resolved WICKET-772.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta3
         Assignee: Juergen Donnerstag

thanks. fixed in 558263 

> 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
>            Assignee: Juergen Donnerstag
>             Fix For: 1.3.0-beta3
>
>
> 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