I was able to get a Select with zone to trigger an onValueChangedFrom... event, and now I want to do the same thing with a radio group.
After flailing away for a couple of hours, I consulted the documentation and noted that the Select component indicates it will use the zone param to trigger an org.apache.tapestry5.EventConstants#VALUE_CHANGED event. However, neither Radio nor Radio Group have that in the doc. So I'm guessing my code isn't working because Radio Group doesn't support zones. Is this correct, and if so, are there plans to support it? Is there an alternate approach by using a zone for the form containing the radio button?