Problem with f:convertNumber

2006-11-14 Thread Adrian Mitev
Hi all! I`m using myfaces 1.1.5 nightly build. I've created my own convertor for BigDecimal to show error message that is oriented to the big decimal object. I have form with input field that is binded to big decimal. Everything works fine. Now i want to put a convertor that will cut some fraction

Re: Problem with f:convertNumber

2006-11-14 Thread Adrian Mitev
Other suggestions? And btw why such problem occured?2006/11/14, Mario Ivankovits [EMAIL PROTECTED]: Hi Adrian! Hi all! I`m using myfaces 1.1.5 nightly build. I've created my own convertor for BigDecimal to show error message that is oriented to the big decimal object. I have form with input field

Re: Problem with f:convertNumber

2006-11-14 Thread Mario Ivankovits
Hi Adrian! Hi all! I`m using myfaces 1.1.5 nightly build. I've created my own convertor for BigDecimal to show error message that is oriented to the big decimal object. I have form with input field that is binded to big decimal. Everything works fine. Now i want to put a convertor that will

Re: Problem with f:convertNumber

2006-11-14 Thread Jeff Bischoff
Adrian, As I recall, this f:convertNumber tag was broken in order to ensure compatibility with the JSF spec. The old convertNumber implementation (which automatically converts numbers) was immediately moved to sandbox, where you can still use it. If you want to use BigDecimal, use

Problem with f:convertNumber?

2006-04-01 Thread Bjørn T Johansen
I have the following in my jsp page..: h:inputText id=fortrykk_avtalt value=#{fortrykk.avtalt} size=8 maxlength=3 f:convertNumber type=number maxIntegerDigits=3 maxFractionDigits=0 groupingUsed=false/ /h:inputText And the text field contains a valid Integer value, like 18 but