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.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

This seems to have been caused by some missing <dispatcher> elements in the filters' configuration in web.xml.

link|improve this answer
feedback

What was the before/after in web.xml?

link|improve this answer
You mean how was was web.xml before/after I changed it? Or what was before/after the filters? Sorry. – Panayiotis Karabassis Jul 29 '10 at 4:11
1  
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 Aug 1 '10 at 14:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.