From: Ronald B. <rb...@rb...> - 2014-12-07 09:40:20
|
Hi Alain, not really sure what you are like to do. I guess you have a datatable with a pager in your web app. The key idea of a pager is to display only a part of your result set. And that small viewport of the result set is the only stuff that was send out from the server. After switching the page a different part is send to the client. Or in short, the html table in yor page is always ony a small part of the whole dataset. Please keep in mind, that HtmlUnit simulates your browser; HtmlUnit works on the same html/css/javascript as your browser does. You can always open the page with your browser and use 'Show page source' to get an idea what data is availabe in your browser. Hope that helps RBRi On Sat, 06 Dec 2014 23:25:43 +0100 Alain BUFERNE wrote: > >I would like to iterate over the total number of a table but when I'm >using the methods to either get the rows collection or the rows number I >get the one referring to the where the paging is . I need the total >number to avoid playing with the pager to explore all the rows... > >--- >Ce courrier électronique ne contient aucun virus ou logiciel malveillant parce que la protection avast! Antivirus est active. >http://www.avast.com > > >------------------------------------------------------------------------------ >Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >from Actuate! Instantly Supercharge Your Business Reports and Dashboards >with Interactivity, Sharing, Native Excel Exports, App Integration & more >Get technology previously reserved for billion-dollar corporations, FREE >http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk >_______________________________________________ >Htmlunit-user mailing list >Htm...@li... >https://lists.sourceforge.net/lists/listinfo/htmlunit-user > |