Matthias Kahlau wrote:
Thanks for your tips, but the selectOneRadio definitely doesn't work
correctly with onchange="this.form.submit();", because the submit will take
place only after the 2nd change!
I tried

<h:selectOneRadio onchange="submit()">
<f:selectItem itemValue="abc" itemLabel="ab"/>
<f:selectItem itemValue="def" itemLabel="def"/>
</h:selectOneRadio>

and it works like a charm.

I use firefox, maybe you catched a browser issue?


---
Mario

Reply via email to