Re: Hibernate UserType and OGNL

2008-08-14 Thread Kropp, Henning
Lukasz Lenart schrieb: ( also tried: key="bid.amount.amount" /> ) This is correct public Monetary getAmount() { return amount; } and Monetary beeing: public class Monetary implements Serializable{ private final BigDecimal amount; private final Currency currency; public Moneta

RE: Hibernate UserType and OGNL

2008-08-14 Thread Martin Gainty
. > Date: Thu, 14 Aug 2008 14:19:59 +0200 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: Hibernate UserType and OGNL > > > ( also tried: key="bid.amount.amount" /> ) > > This is correct > > > public Monetary getAmount

Re: Hibernate UserType and OGNL

2008-08-14 Thread Lukasz Lenart
> ( also tried: key="bid.amount.amount" /> ) This is correct > public Monetary getAmount() { return amount; } > > and Monetary beeing: > public class Monetary implements Serializable{ > private final BigDecimal amount; > private final Currency currency; > > public Monetary(BigDecimal amoun