Hi,

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]. 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"

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?

Kind regards,
Thomas Vendetta

Reply via email to