0

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.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Panayiotis Karabassis
  • 2,278
  • 3
  • 25
  • 40

1 Answers1

1

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

Panayiotis Karabassis
  • 2,278
  • 3
  • 25
  • 40