简体   繁体   中英

JSF 2.2 with Spring Webflow 2.3.1 components not rendered

I'm struggling a bit with migrating an application to JSF 2.2 (with Richfaces 4.0) and Spring Webflow 2.3.1

The server ( Tomcat 6/7) is starting without any error but is only displaying the jsf component code. Does anyone know where I can find some hints to solve this error?

The Image shows the result of the start page of the application

结果

So some how it was never passed through the framework.

Is your faces-config correct? Investigate syntax errors / difference for jsf 2.2.

what about url? are you using /faces/ or .jsf to pass it through the framework? Double check that configuration in web.xml.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM