Within a jsp page, I have a form that submits to the same page. In this page I also make a db query that returns a resultset. The first time through the query works fine, however, after submitting the form and coming back through the page a second time, the resultset is null after excuting the query. I qualify the query using the same parameters I used the first time through so I should get data back. The resultset is set to null at the top of the page before the query is executed.
I'm really stuck. I've lost a whole day on this and I'm working on losing a second day. Any advice would be GREATLY appreciated. Thanks.
I'm really stuck. I've lost a whole day on this and I'm working on losing a second day. Any advice would be GREATLY appreciated. Thanks.