Hi, In MyDataTable.html you need to add either a second <tr> in the <tbody>, or a second <tbody> for this extra row. As I said earlier <div> is not allowed in <table>, <tbody> and <tr> elements.
Martin Grigorov Wicket Training and Consulting On Wed, Mar 19, 2014 at 7:11 AM, chathuraka.waas <chathuraka.w...@gmail.com>wrote: > Hi, > > i'm still trying to fix my issue. Even though most of the issues are fixed > there is one small glitch i cant get my way around. > > Given my business scenario i need to be able to add a empty row to the > table > after its been rendered by wicket. > > In wicket 1.4 this was achieved by, > > > > > > [cell] > > > > <div class="last-row-bottom-border"></div> > > > but with wicket 6.14 i'm unable to do this. when i place wicket elements > inside the table it complains telling that only row html elements are > allowed inside a table component. > > my current table mark up is this, > > > > > > how can i achieve to add a empty column after the rows are being rendered > in > wicket 6.14. > > Thanks in advance. > > Regards, > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Extending-the-DataTable-class-doesnt-work-tp4664952p4665018.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 > >