Hello,
I am in the (experimental) process of migrating a SWF/JSF/Richfaces application to SWF/JSF/Primefaces.
I am using Spring 3.0.5, SWF 2.2.1 and Primefaces 2.2.RC2.
It seems pretty promising, however I am facing some issues:
1/ popups: I could not make webflow popup views work.
I am wondering if the feature is even supported.
Is there a working example somewhere?
2/ Since I use primefaces, I'd like to get ride of jboss stuff such as:
in my web.xml. But I could not find any SpringEL ExpressionFactoryImpl replacement for that. Am I missing something?HTML Code:<context-param> <param-name>com.sun.faces.expressionFactory</param-name> <param-value>org.jboss.el.ExpressionFactoryImpl</param-value> </context-param>
Sincerely,
Nicolas.


Reply With Quote

