posted 19 years ago
Hi!
Am extracting contents from a web page that has dynamically generated contents....
I use the following code to do it
System.out.println("Name Details");
System.out.println(table[1].getCellAsText(1,3));
System.out.println(table[1].getCellAsText(1,4));
But was getting blank vales...
Then decided to construct a DOM object out of the response...
dom = nextResponse.getDOM();
But this returns null...
How can I retireve dynamic web content
Thank you in advance
regards
Menon
SCJP , SCWCD , SCBCD , SCDJWS