Re: DataTable in DataTable

2010-06-15 Thread midikem
SubRowPage(getDao(), model.getObject()); } catch (ApplicationException e) { error(e); } } }); I am still a little bit confused on this. Any tips on witch method to use or how to add the new datatable below the line that i am clicking

DataTable in DataTable

2010-06-04 Thread midikem
Hi is it possible to add a dataTable in a DataTable and how? I have a dataTable and when i press on a line in it i want a new dataTable to popup below the line i have pressed. How do i do this? I have a DefaultDataTabletest(dataTable, columns, provider, 10) where i have added the columns

Re: DataTable in DataTable

2010-06-04 Thread Igor Vaynberg
just like you would with any other component, wicket doesnt care -igor On Fri, Jun 4, 2010 at 2:23 AM, midikem ext.anders.nyst...@apotekensservice.se wrote: Hi is it possible to add a dataTable in a DataTable and how? I have a dataTable and when i press on a line in it i want a new dataTable