You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/04/03 01:15:27 UTC

[jira] Resolved: (WICKET-2813) IndicatingAjaxButton should have construtors that take a IModel for the button text as does AjaxButton.

     [ https://issues.apache.org/jira/browse/WICKET-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2813.
-----------------------------------

    Resolution: Fixed
      Assignee: Igor Vaynberg

> IndicatingAjaxButton should have construtors that take a IModel for the button text as does AjaxButton.
> -------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2813
>                 URL: https://issues.apache.org/jira/browse/WICKET-2813
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.7
>            Reporter: Martin H.
>            Assignee: Igor Vaynberg
>            Priority: Minor
>         Attachments: IndicatingAjaxButton.diff
>
>
> IndicatingAjaxButton is missing the constructors that take an IModel for the button text that AjaxButton supports.
> 	public IndicatingAjaxButton(String id, IModel<String> model)
> 	public IndicatingAjaxButton(String id, IModel<String> model, Form<?> form)
> I think IndicatingAjaxButton should offer the same API as AjaxButton.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.