Re: double type text field - auto roundsoff

2014-02-27 Thread francois meillet
let me know.. TextFieldBigDecimal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/double-type-text-field-auto-roundsoff-tp4664628p4664701.html Sent from the Users forum mailing list archive at Nabble.com

Re: double type text field - auto roundsoff

2014-02-27 Thread nazeem
No i don't have any initialised. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/double-type-text-field-auto-roundsoff-tp4664628p4664714.html Sent from the Users forum mailing list archive at Nabble.com

Re: double type text field - auto roundsoff

2014-02-26 Thread nazeem
Changing the object type to Big Decimal solves this .. Still not clear how.. if any body knows any clue please let me know.. TextFieldBigDecimal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/double-type-text-field-auto-roundsoff-tp4664628p4664701.html Sent

Re: double type text field - auto roundsoff

2014-02-24 Thread nazeem
-type-text-field-auto-roundsoff-tp4664628p4664650.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: double type text field - auto roundsoff

2014-02-24 Thread Sven Meier
. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/double-type-text-field-auto-roundsoff-tp4664628p4664650.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: double type text field - auto roundsoff

2014-02-24 Thread Martin Grigorov
. But on refresh the issue was not repeating. So.. any clue to trouble shoot this issue in this form ? where it is consistently reproduced. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/double-type-text-field-auto-roundsoff-tp4664628p4664650.html Sent from the Users

Re: double type text field - auto roundsoff

2014-02-24 Thread nazeem
, but I can't do validations without onBlur. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/double-type-text-field-auto-roundsoff-tp4664628p4664659.html Sent from the Users forum mailing list archive at Nabble.com

double type text field - auto roundsoff

2014-02-22 Thread nazeem
it the values changes from 604.43 to 604. During the on blur event i get the value correctly.. But after the method completes and repainted the value is changed to 604. How to trouble shoot this ? Regards Naz -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/double-type-text

Re: double type text field - auto roundsoff

2014-02-22 Thread Sven Meier
from 604.43 to 604. During the on blur event i get the value correctly.. But after the method completes and repainted the value is changed to 604. How to trouble shoot this ? Regards Naz -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/double-type-text-field-auto-roundsoff

Re: double type text field - auto roundsoff

2014-02-22 Thread nazeem
submit the setter is called with 604, because that is what is in field value. But during refresh how it turns from decimal value to 604 ? that s what im not able to trouble shoot. Thank u for ur time. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/double-type-text-field