Hi. I am trying to make a test to check the content of a DataTable
that is in a WebPage.
I can get the table with page.get("table");
where "table" is of course the path to my table component in the page.How can I access a cell in the table? What is the path for, say, cell 1,1? Or there are other way using tester? Till now I am using httpunit to test tables but I would like to test the wicket component by itself and, more over, the WebPage stays in a Modal Window and I do not know how to test a page in a modal window via httpunit. PS: also to know how to test a model window would be very useful. Thanks. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
