I'm using Wicket 1.5. It seems that 

protected EditableCellPanel newCellPanel(String componentId, IModel<I>
rowModel,
          IModel<Boolean> cellModel)
{
        return new CheckBoxPanel(componentId, cellModel, rowModel,
this);
}

is never called for some reason. That would explain why a panel with a
check box in it never appears.

Chris

>-----Original Message-----
>From: Chris Colman [mailto:[email protected]]
>Sent: Tuesday, 28 February 2012 12:43 PM
>To: [email protected]
>Subject: CheckBoxColumnProperty in inmethodgrid updates
>
>Has anyone used the new editable column classes in inmethod grid
>provided by Tom Burton?
>
>I really like the extra functionality Tom has added to inmethod grid
but
>I can't get the check box to appear as a check box.
>
>It appears only as text showing either true or false.
>
>Has anyone else tried these new classes and got them to work?
>
>Regards,
>Chris

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

Reply via email to