JSF
Expression language doesn't evaluate:Check web.xml configuration. See if the welcome file is configured correctly, i.e. if
<servlet-mapping> <servlet-name>Faces Servlet</servlet-name> <url-pattern>/faces/*</url-pattern> </servlet-mapping>then configure it like this:
<welcome-file>faces/testeCliente.xhtml</welcome-file>instead of:
<welcome-file>testeCliente.xhtml</welcome-file>
Sem comentários:
Enviar um comentário