Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 20203 invoked from network); 30 Jan 2004 13:36:46 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Jan 2004 13:36:46 -0000 Received: (qmail 27508 invoked by uid 500); 30 Jan 2004 13:36:37 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 27377 invoked by uid 500); 30 Jan 2004 13:36:37 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 27339 invoked from network); 30 Jan 2004 13:36:36 -0000 Received: from unknown (HELO mout.perfora.net) (217.160.230.40) by daedalus.apache.org with SMTP; 30 Jan 2004 13:36:36 -0000 Received: from [217.160.230.51] (helo=smtp.perfora.net) by mout.perfora.net with esmtp (Exim 3.35 #1) id 1AmYp2-00026e-00 for dev@cocoon.apache.org; Fri, 30 Jan 2004 08:36:36 -0500 Received: from [208.185.179.12] (helo=reverycodes.com) by smtp.perfora.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.35 #1) id 1AmYp1-00055p-00 for dev@cocoon.apache.org; Fri, 30 Jan 2004 08:36:36 -0500 Message-ID: <401A5561.9010007@reverycodes.com> Date: Fri, 30 Jan 2004 08:00:17 -0500 From: Vadim Gritsenko User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: [flowscript] How to set an integer value in the FlowScript? References: <33699.10.0.0.1.1075310492.squirrel@ags01.agsoftware.dnsalias.com> <4019A7B3.5000401@gmx.de> In-Reply-To: <4019A7B3.5000401@gmx.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Joerg Heinicke wrote: > Ok, instead of asking for further help on the last issue I had a look > into the convertors myself - they are nicely short :) And I guess I > found the reason for this problem: The PlainFloatConvertor returned a > BigDecimal object - I guess just a copy & paste problem. I will commit > it now. Please confirm my observation. I had used formatting convertor by myself, I guess that's the reason why I'd not noticed the typo. Yes, it was typo, thanks for fixing. Vadim