1) Why do you use <t:saveState> on the whole bean?
2) When you want you data to be fetched? If you need to refresh on any request, why don't you put the JDBC call directly in the getter method? Cosma 2006/6/22, Surapuraju, Vamsi <[EMAIL PROTECTED]>:
Hi, I am initializing the page data using JDBC call in bean constructor and I am saving the whole bean state using t:saveState on the jsf page. Since bean is saved and when I hit the browser refresh on the page it is not going to database to fetch the data. Does anyone has any ideas on how to fix this issue? Thanks in advance Vamsi Surapuraju 724 709 2391 ****************************************************************** "This email and any files transmitted with it are the property of Quadrivius, its subsidiaries, affiliates, or related companies, are confidential, and are intended solely for the use of the individual or entity to whom this email is addressed. Please notify the sender by return email if you are not the intended recipient. If you are not the intended recipient, you may not copy, retain, print, disclose, or distribute this message or its contents to any other individual or entity. Quadrivius, its subsidiaries, affiliates or related companies, reserves the right to monitor and review the content of all messages sent to or from this email address." ******************************************************************

