You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2007/08/13 22:43:31 UTC

[jira] Reopened: (WICKET-840) FormComponentPanel should be abstract and have abstract method checkRequired

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

Eelco Hillenius reopened WICKET-840:
------------------------------------


> FormComponentPanel should be abstract and have abstract method checkRequired
> ----------------------------------------------------------------------------
>
>                 Key: WICKET-840
>                 URL: https://issues.apache.org/jira/browse/WICKET-840
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-beta1
>            Reporter: Eelco Hillenius
>            Assignee: Eelco Hillenius
>             Fix For: 1.3.0-beta3
>
>
> The (default) implementation of checkRequired works well for FormComponents, which try to read the input that was sent in as request parameters. FormComponentPanels however, never get direct input, so we should force people to provide a meaningful implementation. We can do this by making FormComponentPanel abstract (which it should have been in the first place actually) and overriding checkRequired with the abstract modifier added.

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