You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "John Krasnay (JIRA)" <ji...@apache.org> on 2008/08/25 17:23:44 UTC

[jira] Created: (WICKET-1801) Make AbstractDefaultAjaxBehavior.findIndicatorId() protected

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.


[jira] Resolved: (WICKET-1801) Make AbstractDefaultAjaxBehavior.findIndicatorId() protected

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1801.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-M4
                   1.3.5
         Assignee: Igor Vaynberg

> 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
>            Assignee: Igor Vaynberg
>            Priority: Trivial
>             Fix For: 1.3.5, 1.4-M4
>
>
> 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.