Skip to content

f:setPropertyActionListener indicate double call #235

@lyahim

Description

@lyahim

Hello All,

When I use f:setPropertyActionListener inside b:commandButton then action method is called twice. The setter method is called only once, that is indicated by f:setPropertyActionListener.
I checked it only with b:dataTable.
The full code:

<b:dataTable... >
  <h:form >
    <b:commandButton action="..." >
      <f:setPropertyActionListener .../ >
    </b:commandButton >
...

This issue exists with ajax and normal requests too.
Please check it.

Thanks,
Mihaly

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions