Hache
Hache

Reputation: 449

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

Result

Upvotes: 0

Views: 928

Answers (1)

Karl Kildén
Karl Kildén

Reputation: 2435

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.

Upvotes: 2

Related Questions