Hello!
I had an issue with validation stuff in Mojarra and Myfaces 2.x earlier
and wanted to know if that issue is maybe already fixed or will be taken
into account for JSF 2.2.
The problem is, when I have a view with e.g. an h:inputText that has a
validator applied and the process validation phase is triggered via
ajax, then a different ajax request, that would just re-render that
component on which the validation error occurred before, will not reset
the value of the component.
Currently I use a phase listener implementation that will walk through
the component tree, starting at the components with the render ids
passed in via the partial view context, and walk down to the leafes
reseting every instance of EditableValueHolder.
Regards,
Christian