I have some properties file in /WEB-INF
. And I want to load it in a JSF managed bean. Is there any way to do that?
We have a search form where the filter is bound to a property on a managed bean (session scope). It s not component binding, its property binding like <h:inputText value="#{searchBean.filter}"/>....