Details
- 
        Type: Bug Bug
- 
        Status: Closed
- 
            Priority: Major Major
- 
            Resolution: Fixed
- 
            Affects Version/s: 1.8.2.GA_P01
- 
            Fix Version/s: EE-1.8.2.GA_P03
- 
            Component/s: Facelet Components
- 
            Labels:None
- 
            Environment:All
Description
                    When using a f:convertNumber tag inside an ice-cc:textColumn tag, the converted output is not displayed when in non-edit mode.  If the row is set to be editable then the converted info is displayed.  
Sample Code:
<ice-cc:textColumn id="amountField"
property="amount"
title="Amount">
<f:convertNumber currencySymbol="$"
type="currency"/>
</ice-cc:textColumn>
            
Sample Code:
<ice-cc:textColumn id="amountField"
property="amount"
title="Amount">
<f:convertNumber currencySymbol="$"
type="currency"/>
</ice-cc:textColumn>
 
                         
                        
Testing with the ice-cc:column component shows the converted output properly.