I have a authorization managed bean to fetch restriction rules to be applied to the tags within every jsf of the application. The managed bean requires to know the name of t
You can get init-params defined in web.xml by:
init-param
FacesContext.getCurrentInstance().getExternalContext() .getInitParameter("paramName");