Re: T5: Checkbox list

2008-01-28 Thread Geoff Callender
What's the error? On 28/01/2008, at 9:07 PM, Foror wrote: Why it does not work? Any idea how to make the checkbox list? ${value.id} --- @Persist private List test; private IChecked value; void onActivate() { if (test == null) {

T5: Checkbox list

2008-01-28 Thread Foror
Why it does not work? Any idea how to make the checkbox list? ${value.id} --- @Persist private List test; private IChecked value; void onActivate() { if (test == null) { test = new ArrayList();