I need to preload some data to be displayed when the page loads. The initialization steps are performed on a @PostConstruct-annotated method but now i need to use a parameter in ...
I want to display error messages when the user first requested the page. The error is set in the post construct method of the request scoped managed bean like the following:
I'm running with the following problem.
I have a few Managed Beans that are shared between, at this moment, two JSF applications. As I don't want to copy and paste the code ...
I used to initialize certain properties of an entity object with pre-defined values as early as its instantiation in a @PostConstruct method of a jsf managed bean (or even the managed ...