i made some changes to the code. (posted one jsp at the end of this mail)
. change was, to avoid to store values in the session and keeped the values as
hiddens in forms.
looks like it worked. But
. yes, connections are closed, im requesting a connection from the datasource
and after use it i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Alexis,
On 3/21/2011 8:17 AM, alexis wrote:
> Problem is, after 2 or 3 reloads or moving from one jsp to another
> one, pages are not loaded anymore, browser keeps loading for ever.
Take some thread dumps. I suspect that you are waiting for a databas
Hello, I have a situation as follows.
3 jsp pages, using a connection pool to postgres. All 3 pages are the same
regarding code, only varies the tables where queries are directed.
I have 2 or 3 selects on each page where I store the user selection on the
session with session.setattribute
I get