Hi, I have a error in
Jboss 7.0.2 "Arc", spring webflow 2.3.0.RELEASE with richfaces 4.0.0.Final(Myfaces 2.1.1):
12:34:19,729 SEVERE [org.apache.myfaces.renderkit.ErrorPageWriter] (http--127.0.0.1-8080-2) An exception occurred: javax.faces.FacesException: java.io.FileNotFoundException: /sections/login/header.xhtml Not Found in ExternalContext as a Resource
when i run my login.xhtml page:
The code of header.xhtml is:
the web.xml file :
The stucture file is like this:
+WEB-INF
+--flows
+---inscripcion
------inscripcion-flow.xhtml
------inscripcion.xhtml
------login.xhtml
+---sections
+-----inscripcion
+-----login
-------header.xhtml
-------siderbarLeft.xhtml
+---template
Why is this error?, I attached my Jboss Prompt
https://rapidshare.com/files/817066879/log12.zip
Thnks.