setPropertyActionListener « RichFaces « JSF Q&A





1. f:setPropertyActionListener not working    stackoverflow.com

I am using richfaces datatable. To edit the rich:datatable , i used following lines

<a4j:commandLink 
    styleClass="no-decor" 
    reRender="machineDisplayTable"
    value="edit"
    ...

2. f:setPropertyActionListener is passing the wrong value    stackoverflow.com

I have a data table with an edit button for each row. When the edit button is clicked, I pass the values of that row to a bean through f:setPropertyActionListener and ...