and how to wickettest an AjaxFormChoiceComponentUpdatingBehavior on a RadioGroup? Setting the value in a test is no problem but it never executes the behavior

On 04/09/2010 02:45 PM, Per Newgro wrote:
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]




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

Reply via email to