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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.