What is the best way to pass around request scope managed beans? I have managed beans that needs to populated using values from other (previous) request scope managed beans. The beans have to be request scoped in order for the application to work correctly.
Someone from another forum has suggested using a Visitor pattern approach Kito Mann used in Java Server Faces in Action but I don't have access to the book. Is anyone here familiar with it? If so, what do you think? Thanks, -Mark

