On Fri, Mar 14, 2014 at 10:30 AM, chathuraka.waas <chathuraka.w...@gmail.com
> wrote:

> hi,
>
> this is my markup for the panel
>
> <wicket:panel xmlns:wicket="http://wicket.apache.org/";>
>         <div wicket:id="OffersTable"></div>
>

change <div> to <table>

I am not sure why Wicket allows this.
DataTable can check the name of its tag and throw exception when it is not
table ...


> </wicket:panel>
>
> and the generated markup is this,
>         <div id="id28" class="offer-type-panel">
>                <div id="id29">
>                    Name
>                    Name
>                    <div>No Records Found</div>
>                    <div class="navigatorLabel">
>                    <div class="navigator">
>                </div>
>         </div>
>
> Regards,
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Extending-the-DataTable-class-doesnt-work-tp4664952p4664958.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