Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

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.

share|improve this answer

What was the before/after in web.xml?

share|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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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