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

Reply via email to