Volker Weber wrote:
you want to update invalid values into the model?
You can trigger the update in your action:
facesContext.getViewRoot().processUpdates();
if you realy want this.
Volker,
I'd like processing to always stop in case of conversion errors but
the user should be able to click on an "update" button which updates
model values without complaining about missing (required) values. For
this I would need to be able to skip required validation (not other
sorts of validation) on a per request basis.
marko