Hi,

I'm running into the following problem:

I have two pages each displaying a list of records, each record has a link which when clicked will display it in detail after retrieving the information from the database. One of the pages has the method for retrieving the record in the page class itself where as the other one uses Hivemind to inject a POJO service which takes care of that for it.

Now, after clicking several links on the listing page which uses Hivemind the application seems to completely timeout. I mean, you click a link and you get a blank page stating that the page could not be retrieved but it's not a Tapestry or Tomcat error just a browser one. No errors are generated in Tomcat logs.

The page with the database query in it doesn't have this problem, now it doesn't query the same table but since I'm not getting any database errors I'm thinking thats irrelevant. The only significant difference I'm able to notice is the use of Hivemind in one vs the other not using it. Both pages extend the same abstract class for listing data items as well.

I'm stumped at this point. Not sure where to go since I'm getting no errors what so ever.

Has anybody had something similar happen and wouldn't mind giving some advice?

Thanks for any help!

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

Reply via email to