This file contains all changes done on the 1.5 version. Release Notes - Wicket - Version 1.5-RC5.1 ** Sub-task * [WICKET-3810] - Fix Generic(Panel|WebPage)'s getModel() method ** Bug * [WICKET-3812] - xmlns:wicket="http://wicket.apache.org" rendered for each panel Release Notes - Wicket - Version 1.5-RC5 ** Sub-task * [WICKET-3684] - Introduce IComponentAwareEventSink which will pass the behavior's component as context to onEvent * [WICKET-3692] - Providing bound Component to Behavior's onEvent() * [WICKET-3724] - Strip the jsessionid from the resource urls in Java instead of in wicket-ajax.js * [WICKET-3787] - Bring back IObjectStreamFactory methods to JavaSerializer ** Bug * [WICKET-3449] - Tree doesn't update correctly * [WICKET-3471] - WicketTester checkUsability is called before the request has started * [WICKET-3514] - SimpleTree example not working with CryptoMapper * [WICKET-3520] - SHOW_NO_EXCEPTION_PAGE responding with HTTP status 500 is overwritten by redirect * [WICKET-3566] - IE 8 report error when opening the 'Access Denied' or 'Internal Error' page * [WICKET-3567] - BookmarkablePageLink on home page renders non bookmarkable * [WICKET-3615] - ModalWindow does not work in Opera 11.10 and MSIE 6 * [WICKET-3617] - Using render strategy ONE_PASS_RENDER fails for Ajax requests * [WICKET-3649] - ClassCastException when AbstractResource writes in response of some type other than WebResponse * [WICKET-3655] - Component should use the new renderHead(Component, IHeaderResponse) instead of the old renderHead(IHeaderResponse) * [WICKET-3666] - IValidationError should extend IClusterable * [WICKET-3669] -