JSF Custom EL function works only on the first load of the page.
- by jsfQ
I created a ( JSP-based) custom EL function to use in the rendered tag. The function will return a boolean to decide if a page component needs to be rendered on a page or not.
I import it onto the jsp page using <%@ taglib uri = "/WEB-INF/mine.tld" prefix = "g" %.
Everything works perfect on the first load of the jsp page. Once a button is…