Hi all, have maybe a silly question
if I need to show a page which consists from several parts (modules) with different info, and this info cannot be stored in session beans, it should be refreshed on every request, so there is need for several managed beans with request scope. So if request forwards on such "composite" page, should I create and put this beans in context manually in an JSF method or there is another way how to achieve this? Many thanks, Anton

