Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Ajax listener doesn't work when using h:selectOneRadio with group attribute #4408

Open
cletecillc opened this issue Nov 24, 2019 · 0 comments

Comments

@cletecillc
Copy link

cletecillc commented Nov 24, 2019

When using h:selectOneRadio with group attribute and <f:ajax listener="...."/>, the listener method isn't called. Ex:

<h:selectOneRadio id="dpToday" group="dpFilter"  value="#{bean.today}">
    <f:selectItem itemValue="0" />
    <f:ajax event="change" listener="#{bean.method}"/>
</h:selectOneRadio>

The method bean.method is never called.

@cletecillc cletecillc changed the title selectOneRadio with group attribute and ajax listener doesn't work Ajax listener doesn't work when using h:selectOneRadio with group attribute Nov 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant