0 Replies Latest reply on Jan 17, 2008 9:42 AM by ricardomarques

    Dinamic JavaServerFaces components with richfaces

    ricardomarques

      Hi all

      I'm planning the development of a portal based on Richfaces, and one of the problems that I'm facing is the dynamics.

      Portal is supposed to use facelets and richfaces, and what i want to do is according to a request access database and according add components to faces tree to be rendered.

      At first i was thinking to do this with a request bean, but since the bean is never called on jsf page directly I'm wondering if a PhaseListenner, Servlet filter or a Servlet could do the job (never understand the difference between them), on this case i should be able to access database and faces tree to add and components.

      Can u guys give some feedback on this issues please?

      Thanks in advance