Hi,

I recommend you to read a book on HTML. It will save you a lot of time in
the future.

Ernesto's deja vu is this mail thread -
http://markmail.org/message/4xkyroiyqt6l4thg. Here you have problems with
what HTML is needed to construct an HTML table that a browser will render
properly. Please re-read it.

Don't put <tfoot> in your markup. Just wrap the initial markup (the one
with the <div>) with <tr><td> [HERE IS THE DIV] </td></tr>.

Martin Grigorov
Wicket Training and Consulting


On Wed, Apr 9, 2014 at 9:48 AM, chathuraka.waas
<chathuraka.w...@gmail.com>wrote:

> hi martin,
>
> updated the markup as u mentioned,
>
> <tfoot>
>
>
>
>
>
> </tfoot>
>
> but its still not working. its generating the following,
>
> <tfoot>
>
>
>
>
> </tfoot>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Customized-Navigation-Toolbar-not-getting-added-to-the-table-tp4665297p4665303.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to