You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Brian Topping (JIRA)" <ji...@apache.org> on 2007/03/18 06:08:09 UTC

[jira] Updated: (WICKET-402) AjaxCheckBox should not be abstract

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

Brian Topping updated WICKET-402:
---------------------------------

    Attachment: AjaxCheckBox.patch

Patch for AjaxCheckBox

> AjaxCheckBox should not be abstract
> -----------------------------------
>
>                 Key: WICKET-402
>                 URL: https://issues.apache.org/jira/browse/WICKET-402
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 2.0
>            Reporter: Brian Topping
>            Priority: Minor
>         Attachments: AjaxCheckBox.patch
>
>
> If all an AjaxCheckBox subclass needs is to have the model updated, the call to onUpdate() is not necessary.  In that case, the class can safely be concrete.  In my case, I am calling setModel() on the AjaxCheckBox that is returned.

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