pageBeginRender gets run every time the page renders -- which happens
every time the user navigates the table.  Check that.

Have you tried the standard System.out.println debugging or -- better
yet -- real debugging?

-Mike

On 5/24/06, Rui Pacheco <[EMAIL PROTECTED]> wrote:
I am sorry for insisting on this, but its really confusing me.

I am using a normal table, fed from a ResultSet with 30 rows. I've set the
table to show 10 rows at each iteraction.
The problem is, after navigating back and forth on the data 3 or 4 times,
the page becomes unusable. It simply wont load.

I think the problem is not with my connection to the database because I only
do the query when the page is loaded, on my pageBeginRender, so the query is
not called again during the navigation.

I dont have any error messages on my logs, and so its very hard to see whats
happening. Can anyone help me shed some light into this?

--
Cumprimentos,
Rui Pacheco



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to