i use JSF datatable to show my data from my DB. Now i want that when the user select a person from the selectOneMenu and choose a color, all elements in the table which are from that person are style with this color:
So from the example above, just the last row should't colored.
So what's the solution?