On 1/31/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
> By the way - any update on the optional validator stuff together with
> partial validation? Ok, maybe we should start a different thread on
> this ;)

I finally got around to updating the wiki page.

The short answer is that it works fine as long as you're also using
facelets.   It should also work if you're using JSF 1.2.   It can't
work with standard JSF 1.1 component tree building rules.

=================================================
Known issues

    * JSF 1.1 recreates validators and converters each request. This
makes it difficult (maybe impossible) to implement a validator element
that wraps other validator elements. Thus, you must also use facelets
with JSF 1.1 in order to use the optional validation framework.

Reply via email to