Onno Scheffers <onno <at> AtomicDigitalStudios.com> writes: > Hey thanks Kent.... where did that come from? It wasn't in there in T4B3.
Right, it's there since beta 4 if I remember correctly. > Just bought your e-book btw. Been planning to do so for a while and you > just gave me yet another reason to do so :oP Thanks! > BTW. I noticed that entering '0' in a required numeric TextField makes > the TextField empty. Probably because of the null -> 0 -> null > tranformation? > All other numeric values are maintained, except for '0'. Right. Try: <binding name="translator" value="translator:number,omitZero=false"/> -- Author of an e-Book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
