Set value of a selectOneMenu in a dataTable row based on an outputText column value in the same row, without backing bean
The following is a dataTable that has a selectOneMenu dropdown in the last column of each row.
I need to have the dropdown in each row set to “IN REVIEW” if idMatch.assignedTo in the same row is not null: