Hi
Have either of you solved this issue?
You need to add the model to the new DropDownChoice
Solution:
public DropDownPanel(String id, final IModel model, IModel rowModel,
AbstractColumn column, final List data, final ChoiceRenderer renderer) {
super(id, column, rowModel);
DropDownChoice ddc = new DropDownChoice("dropdown",model, data,
renderer)
{
Hope this helps.
Jeff Singer
--
View this message in context:
http://www.nabble.com/inmethod-datagrid-with-a-DropDownChoice-cell-tp22068863p24278038.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]