This are the contents of list screen,
<h:column>
<f:facet name="header">
<fhlbny:sort-header
path="acctg.id.acctgAmt">
<h:outputText value="Acctg amt" />
</fhlbny:sort-header>
</f:facet>
<h:outputText value="#{_acctgG.id.acctgAmt}">
<f:convertNumber />
</h:outputText>
</h:column>
I want to display the output text value after multiplying with 100. Is it possible to do in .xhtml ?
hi,
why not do it in getter?
or creat your own converter
liu