Re: T5: Type Coercion vs. Translator

2007-06-15 Thread tovarisch
I'm a bit confused about coercion and translators. What if I want to use BigDecimal for two kind of data but with different representation (say 2 and 4 decimals)? I can create two named translators, but what about coercion? Thanks. Howard Lewis Ship wrote: > > There's (for the moment) two conf

T5: Page lifecycle and pageAttached()

2007-06-13 Thread tovarisch
Hi all, I'm using 5.0.4, I have two pages, Page1 and Page2, similar to this: Page1.html http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"; > Page 1 Page 2 Page2.html http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"; > Page 2 Page 1 where both pageAttached() and pageDetached() ju