dev@javaserverfaces.java.net

Re: f:event preValidate - automatic readout question

From: Raymond DeCampo <ray_at_decampo.org>
Date: Mon, 18 Oct 2010 16:47:14 -0400

On Sun, Oct 17, 2010 at 5:01 PM, <nanoinverno_at_web.de> wrote:

> Is there a (better) way to find all input fields of the form submitting the
> ComponentSystemEvent to my method?
>
> Can anyone help me with that?
>
>
The first thing that comes to mind is simply doing a tree-walk of all the
components starting at the form and saving the ones that are extensions of
UIInput.