1 Reply Latest reply on Oct 18, 2010 4:27 AM by liuliu

    Multiply operations for h:outputText value in Richfaces?

    boy18nj

      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 ?