Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.0.0-beta1
-
None
Description
Until now all handlers had their arguments in order similar to what jQuery#ajax() returns.
Since we don't wont to depend explicitly on jQuery (i.e. we may change our mind for Wicket.next and use another lib) it will be better to use a consistent order for the arguments for both the attributes' handlers and for the global subscribers.