Hi all,

I'm new to Wicket and there's a problem to which I have not found a
solution yet: I want to nest tables. So add a table to a cell of a
table. When I add a dynamically generated DataTable to a cell in its
populateItem() method Wicket does render a table in the cell but its
surrounding <table> markup is missing (only the tbody markup is
generated). This is probably caused by the fact that I didn't add the
<table> markup to the cell like I did myself to html page for the
parent table.

How do I add a dynamically generated DataTable to a cell (or any other
dynamically generated Wicket component for that matter) to a table
cell that does not contain the appropriate html markup?

-- 

Thanks and regards,

Jeroen

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

Reply via email to