On 12/04/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
> OK, I did this exactly how you showed me here...

No you didn't - In your model you've got "protected Object load()"
from somewhere, whereas what Johan said was "public Object
getObject(final Component component)"

/Gwyn

and I'm still getting the error.
>
> Here's my model:
>
>                         IModel dropDownModel = new Model()
>                         {
>                                 protected Object load()
>                                 {
>                                         return new
> ArrayList<String>(StringValues.getUSAStates().keySet()); //via proxy
>                                 }
>                         };
>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to