[jboss-user] [JBoss Seam] - s:decorate with h:inputText with f:convertNumber on Float

gartnerg do-not-reply at jboss.com
Fri Jan 5 10:13:05 EST 2007


hi,
I tried to decorate an inputText with convertNumber on a Float value within a form.

...
  |  <s:decorate>
  |    <h:inputText id="afloat" value="#{action.fl}">
  |      <f:convertNumber maxFractionDigits="2" minFractionDigits="2"/>
  |    </h:inputText>
  | </s:decorate>
  | ...

It works with an Double but not with Float. Any Ideas?
regards

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998282#3998282

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998282



More information about the jboss-user mailing list