Re: Number Translator and Commas

2006-06-30 Thread Shing Hing Man
You can set the pattern in a bean. Shing --- John Menke <[EMAIL PROTECTED]> wrote: > I am trying to do this: > > value="translator:number,pattern=###,###.##"/> > > > but i get the error > > > Class > org.apache.tapestry.form.translator.NumberTranslator > does not contain > a prope

Number Translator and Commas

2006-06-30 Thread John Menke
I am trying to do this: but i get the error Class org.apache.tapestry.form.translator.NumberTranslator does not contain a property named '###.##''. It seems that the comma is being intepreted as marking a new property. Is there any way to specifiy commas in the pattern? -john