I’m not really sure if this is the best place to put this, but I have a question about JSF. I’d like to think this is possible, but don’t really know how to do it because I’m new to JSF. How can I read in one of my managed beans into a servlet that a JSF-controlled page is submitted to? Hope that makes sense. I also want to know how to do the opposite – send a managed bean from a servlet to a JSF page.
Any help is appreciated!