Why are you binding the id to that? Don't you mean t:value="sale.product.price"?

Cheers,
Nick.


smithfox wrote:
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.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to