Originally posted by Bill Dudney:
Hi Greg,
It depends on how its specified in the faces-config.xml
<managed-bean-scope> session </managed-bean-scope>
will put it in the session and it will be created when the bean is first accessed.
Hope this helps...
Well, at what point is the bean first accessed? When I view the form or when I submit the form? And in addition to that, is it my responsibility to remove that Bean from the session if/when I don't need it anymore?
[ March 04, 2004: Message edited by: Gregg Bolinger ]