> I have been working on creating the AjaxCounter screencast and for the most
> part I'm doing pretty well. I'm using wicket-1.3.0-rc1 trying to follow the
> AjaxCounter example [0].

What is [0]?

> When I attempt to write the Index.java file I get
> hit with an error from this part of the code:
>
>             public Object getObject(Component arg0) {
>                 return new Integer(counter++);
>             }
>
> Eclipse say's: "Cannot override the final method from Model"

Yes, in 1.3. getObject with argument Compoonent is not supported and
users should use the getObject method without any arguments. Such
changes are described here:
http://cwiki.apache.org/WICKET/migrate-13.html

> I imagine that this has something to do with changes from 1.1/1.2 to 1.3.
> Should I try and fix this (if so, any tips?), and if not, should I create
> the screencast using an older version of wicket?

I think a screencast for the newest version is nicest. You can also
look at the wicket-examples project (the 1.3 one) for ideas/ fixes/
etc.

Eelco

Reply via email to