Skip to content
This repository was archived by the owner on Mar 20, 2021. It is now read-only.
This repository was 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

@cletecillc

Description

@cletecillc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions