Hi everybody, I've got following problem, that maybe is pretty easy to solve, but I'm not good in web-tier. I have reporting components (Jasper) and I've integrated it into JSF using backing bean, that generates report. This bean itself obtains objects from the servlet API (implementation: JSF and Jasper). The problem is, how can I integrate this bean, so that the ...