You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Kenneth Bice <wa...@gmail.com> on 2007/07/27 16:59:49 UTC

Population of string array using resource model

 *So Im pretty much a noob with wicket, *
*I am in need of using the ResourceModel*
*to populate this string array... I have tried*
*several different approaches and nothing*
*I have tried works...*
**
**
*private* List units = Arrays.*asList*(*new* String[] { "a", "b", "c", "d"});

*public* String selected = "a";

*if you* *some insight, its appreciated.*
**
*KGB*