Description
My scenario:
1. Component has 2 behaviors: first is temporary and second is ajax behavior.
2. Url for Ajax behavior contains behavior's index (e.g.
../page?1-1.IBehaviorListener.1-form-text)
2. Temporary behavior is removed in detachBehaviors method.
3. Ajax request is invoking ListenerInterfaceRequestHandler and it's
looking for behavior on non-existing index
This scenario causes error on wicket 1.5-M2.1
Attachments
Attachments
Issue Links
- is depended upon by
-
WICKET-3142 Adding AjaxFormComponentUpdatingBehavior to dropdownchoice does not work
- Resolved