Am 09.04.2010 14:15, schrieb Robert Gründler:
"Wicket", "Spring", "DB4O"
You want this to be set?

try

@Override
protected void populateItem(ListItem<String>  item) {
  item.add(new Radio<String>("group-choice", item.getModel()));
}

Cheers
Per

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to