Thursday, September 12, 2013

Groovy Expression to render a button based on the inspection status

#{row.bindings.InspectionStatus.inputValue == 'Pending' || 'Reject' || 'Approve'}

No comments: