It is.
Problem was actually solved by Martijn's response. Thanks alot!

On Mon, 2009-11-09 at 21:25 +0100, Michael Mosmann wrote:
> Am Montag, den 09.11.2009, 13:07 -0500 schrieb Sam Barrow:
> > protected void populateItem(final ListItem<ValueObject> item) {
> >     final Money price =
> > getPricingService().calculatePrice(item.getModelObject());
> >     add(new Label("price", price.toString()));
> > }
> 
> is Money serializable?
> 
> mm:)
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to