I have a bunch of beans that are within the "request" scope of the JSF application.
Since every bean in request scope is instantiated with every request, puting the Database loading call in the contructor seems to be only way to ensure that by the time the JSF/Facelet page is be rendered that the actual "row data" is present.
Are there any other ways to get a "call back" later on in the lifecycle - but before the renderering of the JSF?
Start Free Trial