I think the selectors af|column::cell-number,  af|column::header-number may
no longer be used. In ADF Faces 10.1.3 the column alignment was based on the
type attribute for e.g. number, icon etc. In Trinidad the alignment is done
by specifying align="start|end|left|right|center" on the tr:column
component.

tr:outputText is the right component for displaying text in the read only
table. You may want to use align="right" to right align the text in the
tr:column.

Regards,
Venkata

On 9/12/07, Carsten Pieper <[EMAIL PROTECTED]> wrote:
>
>
> 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.
>
>

Reply via email to