Re: Problem with and conditional rowClasses

2006-07-27 Thread Frank Langelage
To highlight cells of a datatable with a red background I did this: var="workingDay" styleClass="#{row.required[workingDay]>row.available[workingDay]?'rvalue bg_error':'rvalue'}"> value="#{row.required[workingDay]/row.available[workingDay]}">

Problem with and conditional rowClasses

2006-07-27 Thread Rønnevik , Eivind
Hi!   I have a problem which I hoped somebody could have a look at. It might be that what I'm trying to do isn't possible, but I think it should have worked ;)   To give you a quick presentation of my "case" or problem:   - I have a dataTable which is filled with Document objects retrieved f