Description
When adding an AJAX behavior to a component it is sometimes awkward to have to implement IAjaxIndicatorAware since it can't be done with an anonymous inner class. It would be handy to simply override AbstractDefaultAjaxBehavior.findIndicatorId() and return the ID of the indicating component directly.