Form<?>

On Wed, Apr 23, 2008 at 6:52 AM, Matthew Young <[EMAIL PROTECTED]> wrote:

> (Other than using @SupressWarnings)
>
>       AjaxFallbackButton<Page1> submitButton = new
> AjaxFallbackButton<Page1>("submitButton", form) {
>
>            @Override protected void onSubmit(AjaxRequestTarget target,
> Form
> f) {         <<<<<<< Warning here
> .....
>
> >>>>>>> Form is a raw type. References to generic type Form<T> should be
> parameterized.
>

Reply via email to