tony_k
Oct 5th, 2005, 10:04 AM
if i have a JSF managed bean, JB1, declared as session scope and i specify a property for JB1, called SB1, which is a prototype spring managed bean, will SB1 effectively be session scoped as well?
in other words, will JSF obtain one (and only one) new SB1 for each JB1/session?
in other words, will JSF obtain one (and only one) new SB1 for each JB1/session?