|
Yes, this has even been done for Spring 3.0 already. Marking this as fixed in 3.0 then. Juergen Are you sure this is done? tested with the 3.0.0.RC1 Note that DelegatingVariableResolver is only really meant for use with JSF 1.1. As of Spring 2.5, SpringBeanFacesELResolver is available for use with JSF 1.2 or higher: This should work fine with JSF 2.0 as well as far as we tested. Let me know if you encounter further problems with JSF 2.0. We can still revise our JSF support for 3.0 RC2/GA where necessary. Juergen Ok, seems I was reading the wrong documentation. The application runs, but in my page my original bean is not resolved. Is see my #{} showing up in my page. I would like to get this working as a plan to write a tutorial afterwards and even extend it to build a JSF 2.0/SPRING 3.0 portlet later. Extra, nothing that is jsf 2.0 related is renderen in my page. (h:commandbutton is not renderend, but also not shown in the jsp or source of the page that is rendered) I succesfully integrated spring 3.0.0.RC1 with JSF 2.0. <listener> |
||||||||||||||||||||||||||||||||||||||
JSR-314 went final on 01 Jul, 2009.
Is it possible that full support for JSF 2.0 comes in the final spring 3.0.0 release?