Execute a Managed bean from a JSF view in WEB-INF folder
- by JonathanVila
We are initiating in Spring + Primefaces development and the first problem we have encountered is about storing the xhtml pages into the WEB-INF folder.
When we use a faces form in a view located inside the WEB-INF folder, then the commandButton does not execute the managed bean method.
Our bean :
In fact we think the problem is…