Please help me , I need to load one page then simulating click event to get the content of the target page. from this tutorial I figured out how to produce the event but how d开发者_开发百科o I actual
I have a PostgreSQL table in which I have a column inv_seq declared as serial. I have a Hibernate bean class to map the table. All the other columns are read properly except this column. Here is the