jsr372-experts@javaserverfaces-spec-public.java.net

[jsr372-experts] Add UIInput#getForm()

From: Bauke Scholtz <balusc_at_gmail.com>
Date: Tue, 27 Dec 2016 17:53:14 +0100

Hi all,

Hopefully I'm not too late into the game for a new API method.

While working on improving <h:selectOneRadio group> I wished there was an
UIInput#getForm() which returns the enclosing UIForm of the UIInput
component, so I could grab its client ID which I can then prepend to the
group name.

I personally don't see why there would be no UIInput#getForm() in the API
as UIInput components are usually placed in an UIForm.

Thoughts?

Cheers, B