OK. Now fix it as I suggested - try with <tr><td>...</td></tr>. You cannot put a <div> directly in <table>.
Martin Grigorov Wicket Training and Consulting On Wed, Apr 9, 2014 at 9:33 AM, chathuraka.waas <chathuraka.w...@gmail.com>wrote: > Hi Martin, > > my markup in the customizedtable.html is like this, > > <div class="bottom-toolbar"> > <wicket:container wicket:id="bottomToolbars" > class="fan-nav"></wicket:container> > </div> > > > but in runtime it doesnt create any markup. when i inspected with firebug > it > shows as, > > <div class="bottom-toolbar"> > > </div> > > regards, > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Customized-Navigation-Toolbar-not-getting-added-to-the-table-tp4665297p4665299.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 > >