Hi,
probably a very simple question, but I can't find anything relevant...
There are selectors for numeric stuff in table column, e.g.
af|column::cell-number
af|column::header-number
I have something like:
<tr:column headerText="bigDec">
<tr:outputText
value="#{myBigDec}"></tr:outputText>
</tr:column>
I'm just wandering how to tell a certain column that its content is numeric.
I couldn't find any tr:column or tr:outputText attributes to set this.
Thus, I always end up with text columns.
Or is using the tr:outputText for numeric column content just plainly wrong?
If so, what would the right component be to show numeric values in table
columns?
Thanks a lot,
Carsten
--
View this message in context:
http://www.nabble.com/-Trinidad--Numeric-values-in-table-column-cells---skinning-tf4428906.html#a12634317
Sent from the MyFaces - Users mailing list archive at Nabble.com.