Hi!

Every JSP has his own bean and I  want that this beans have a scope of
request, but if I really set request scope on every request database data
get loaded = many database transactions.

 

So whats the correct way?

Save database data on a separate bean which have session scope or used
t:saveState and other beans get data from this bean or I have to use
t:saveState for all beans?

 

I hope you understand my problem - whats the best way do to this?

 

Regards

markus 

Reply via email to