hi,

thanks for your reply. I tried making the <div> to a 
 element in the panel markup. 

<wicket:panel xmlns="http://www.w3.org/1999/xhtml";
xmlns:wicket="http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=blob_plain;f=wicket-core/src/main/resources/META-INF/wicket-1.5.xsd;hb=master";>
        

</wicket:panel>

it didnt work out. 

then i tried removing the outer panel elements from the OfferTable.html
markup and it gave an runtime error asking for the panel markup element. 



        
            <wicket:container wicket:id="topToolbars"></wicket:container>
        
        
            

                        
                    [cell]
                
            
            
<div class="last-row-bottom-border"></div> 
        
        <tfoot>
            <wicket:container wicket:id="bottomToolbars"
class="fan-nav"></wicket:container>
        </tfoot>
    


as i tried earlier just placing the table content inside the panel and using
DataTable gets me the work done. but i'm trying to use this method since
there are few other places which uses this code. 

Regards, 

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Extending-the-DataTable-class-doesnt-work-tp4664952p4664965.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