Make AbstractDefaultAjaxBehavior.findIndicatorId() protected
------------------------------------------------------------
Key: WICKET-1801
URL: https://issues.apache.org/jira/browse/WICKET-1801
Project: Wicket
Issue Type: Improvement
Components: wicket
Reporter: John Krasnay
Priority: Trivial
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.