Re: Problem with Number Translator in Tapestry 4.1.2 Snapshot

2007-02-21 Thread Julian Wood
I've just updated an app from 4.0.2 to 4.1.2-SNAPSHOT, current as of Feb 23rd, and can confirm that this is still a problem. Previously (in 4.0.2) if you left a text field (say it was a score) empty, the field would take on the value of 0 (can't imagine why you would ever want this, but tha

Re: Problem with Number Translator in Tapestry 4.1.2 Snapshot

2007-01-09 Thread Patrick Klein
Hi! This was a jira issue "fixed" recently. I'm not sure I understand what the expected->actual results are that are questionable. I check the source-code and realized that it is standard for the NumberTranslater to default to Double(0) if the field is empty. I found the old version (empty fiel

Re: Problem with Number Translator in Tapestry 4.1.2 Snapshot

2007-01-08 Thread Jesse Kuhnert
This was a jira issue "fixed" recently. I'm not sure I understand what the expected->actual results are that are questionable. On 1/8/07, Patrick Klein <[EMAIL PROTECTED]> wrote: Hi! After a little testing: The behaviour of the NumberTranslater is persistent in version 4.1.1. Switching back to

Re: Problem with Number Translator in Tapestry 4.1.2 Snapshot

2007-01-08 Thread Patrick Klein
Hi! After a little testing: The behaviour of the NumberTranslater is persistent in version 4.1.1. Switching back to 4.0.2 for now, which is nothing i want to do as i'd like to use the ajax functionality of tap 4.1.x ... Regards, Patrick Hi! I just recognized that the NumberTranslator doe

Problem with Number Translator in Tapestry 4.1.2 Snapshot

2007-01-05 Thread Patrick Klein
Hi! I just recognized that the NumberTranslator does not seem to work correctly. OmitZero=true results in no value shown in the form-field after a rewind but the value "0" is stored inside the corresponding Long- (or Integer / BigDecimal / ...) variable. OmitZero=false shows the stored "0" in