Re: Problem to nest list within data DefaultDataTable which already have data provider

2008-02-14 Thread Igor Vaynberg
you should put a list in a panel or in a fragment, and then add that to th ecolumn's cell instead of adding the listview directly. -igor On Thu, Feb 14, 2008 at 6:37 AM, wiki <[EMAIL PROTECTED]> wrote: > > I want to nest list of answers in Data Table which already have data provider > .Below c

Re: Problem to nest list within data DefaultDataTable which already have data provider

2008-02-14 Thread wiki
I want to nest list of answers in Data Table which already have data provider .Below code gives error IColumn[] columns= { new PropertyColumn(new Model("ID"),"questiontext"), new AbstractColumn(new Model("Answer Body")) { public void populateItem(Item cell,String compo