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
.
> 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
> ( 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
3 matches
Mail list logo