Ok let's see, the backing bean is in request: <managed-bean> <description>Pacientes </description> <managed-bean-name>PacienteBean</managed-bean-name> <managed-bean-class>controller.pacientes.PacienteBean</managed-bean-class> <managed-bean-scope>request</managed-bean-scope> </managed-bean>
How can I use the cache for a Backing Bean? Some Guru that can help me? I can give you all my Jdeveloper project and you can test it? Any other idea, thanks!!

