Hi,
in Eclipse go to "Window -> Preferences"
Type "Generic" in the search box. Now you should see the
Java->compiler->Errors/Warnings Node.
Open it, and change settings under "Generic types" to whatever you want
("Ignore" f.e.)
Cheerz
MYoung 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.
>
>
--
View this message in context:
http://www.nabble.com/Anyway-to-fix-this-generic-warning--tp16848154p16849776.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]