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
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:
This issue exists with ajax and normal requests too.
Please check it.
Thanks,
Mihaly