Hi All!
How can I execute a method from a backing bean AUTOMATICALLY after a page has been loaded and shown to the user?
My exactly problem is the following:
When the user opens the first page, this page should be shown normally (and quickly) to the user. In the background the connection to the database should be build (automatically, no button should be pressed) -->I use Hibernate and the first connection (building of connection pool) takes some seconds, so this should be done in background, but the user should already see something in his browser (with an info, that the connection to the database is just built)
Is there a possibility to do that?
Thx
Regards
Andy
______________________________________________________________________ This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify your system manager. This footnote also confirms that this email message has been swept for the presence of computer viruses. ______________________________________________________________________

