When I use FaceletViewBuilder as the ViewHandler, with an h:form on the jsf page, any actions associated with h:commandButtons will not execute. Also, the navigation rules associated with those actions will not fire. If it is changed to a jsf-spring:form, everything works fine. Is there any way to use the regular h:form?
Also, tomcat returns an error if I don't use spring's RequestContextListener in addition to spring's ContextLoaderListener and your ContextLoaderListener. However, your tutorial says that only the last two are required. Do you know what might be causing tomcat to require that listener?
Thanks for your help.
--John