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.