Hello Christian,
We're currently working on this for JSF 2.2:
http://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-1060.
___
Kito D. Mann | @kito99 | Author, JSF in Action
Virtua, Inc. |
http://www.virtua.com | JSF/Java EE training and consulting
http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info |
@jsfcentral
+1 203-404-4848 x246
* Listen to the latest headlines in the JSF and Java EE newscast: *
http://blogs.jsfcentral.com/JSFNewscast/*
* Sign up for the JSFCentral Newsletter:
http://oi.vresp.com/?fid=ac048d0e17
On Fri, Aug 31, 2012 at 6:35 PM, Christian Beikov <
christian.beikov_at_gmail.com> wrote:
> 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
>