What is the best approach for executing a method in a bean before the JSF page is rendered using a bean?
Update . I am trying to execute a method that populates some data used by JSF bean support. This bean support is used in the form on the JSP page where I need some preliminary data.
source share