Prashant - 2006-07-07

Hi All,
I am using JSF in my application. I am writing an
HttpUnit to test a HTML(JSF)page. In this i want
to test whether the dynamic columns that i want
to get rendered, actually get rendered or not.
I am unable to get the table which holds these columns. I have done
webResponse.getElementNames();
But this does not print that table component.
Can someone please tell me how to do this?

Thanks.