ManagedBean « Session « JSF Q&A





1. JSF session ManagedBean instantiated at each request    stackoverflow.com

I have a @ManagedBean in my app, with the @sessionScoped anotation. The problem is that the public no arg constructor is being called for each request, so my fields are being ...