When using PrettyFaces to map a page containing a form, all phases after Restore View are skipped and the response is rendered. Thus the form is not submitted and the model is not updated.
+1
A:
This seems to have been caused by some missing <dispatcher>
elements in the filters' configuration in web.xml.
Panayiotis Karabassis
2010-07-28 11:15:24
You mean how was was web.xml before/after I changed it? Or what was before/after the filters? Sorry.
Panayiotis Karabassis
2010-07-29 04:11:00
Sorry, I meant what was in web.xml before you changed it? and what was in web.xml after you changed it? I want to understand what fixed your problem :)
Lincoln
2010-08-01 14:40:08