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
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