0 Replies Latest reply on Mar 23, 2009 5:39 PM by ajanz

    No DoubleConverter?

    ajanz
      i the jsf libraries of the seam distribution there is no dobuleconverter...

      why?

      i need it for

      <h:inputText value="#{Page.double1}" >
         <f:convertNumber maxFractionDigits="2" minFractionDigits="2" maxIntegerDigits="10" minIntegerDigits="1"
        
                             groupingUsed="true"                 
                             />

                            
                             </h:inputText>