I really don't see the problem, but this is my code:

Page class:

add(new GridView("someList", someList) {
  // ...
}.setColumns(2));

Markup:

            <table cellpadding="10" cellspacing="0" width="100%">
                <tr wicket:id="someList" >
                    <td wicket:id="cols" width="50%" valign="top">


Reply via email to