My requirements demand some read-only fields that show detail data of a selected table row.. Currently I have found no other solution than to create setters for these fields in my backing bean, even though business logic demands that those values will never be changed. If I omit the setters Trinidad always renders the values as plain text.
Am I missing some magic skinning property?

