I have a data table. Each row of the table has a commandButton
called \'Remove\', which is supposed to remove that row from the model and the view and
I recognize this problem form one of our current PF 3.0 pages. It will work if you use update="@form"
instead. I haven't really had the time to investigate the real cause so that I can report it to the PF guys, because this problem does not manifest in all pages. Even in the same table, a different button works as intented.
Give it a try:
Update: coming to think about it, it's maybe related to the presence of process="@this"
.