I wrote: <input t:type="TextField" t:id="sale.product.price"/>
class Sale{ public Product getProduct(){return this.product}; public void setProduct(Product product){this.product=product}; } class Product{ private double price;} but can't pass. -- View this message in context: http://www.nabble.com/T5%3A-How-to-bind-composite-class%27-field%28like-sale.product.price%29-in-page-template-tf4395512.html#a12534271 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]