Update:
Changing part of web.xml to the following prevents the error when loading http://localhost:8080/Pizza/controller.faces?_flowId=main-flow
<servlet-mapping>
<servlet-name>Faces...
Type: Posts; User: ACHill; Keyword(s):
Update:
Changing part of web.xml to the following prevents the error when loading http://localhost:8080/Pizza/controller.faces?_flowId=main-flow
<servlet-mapping>
<servlet-name>Faces...
Hi all,
I've been trying to get a simple hello world (pizza) example going with JSF and SWF but I keep hitting this same problem. When loading from the URL I'm expecting to see my jsf view at...