Improved with r1062672. Thanks! On Mon, Jan 24, 2011 at 6:09 AM, Igor Vaynberg <[email protected]>wrote:
> also it should just be setLabel() or setBody(), setBodyLabel() seems > redundant > > -igor > > On Sun, Jan 23, 2011 at 3:17 PM, Jeremy Thomerson > <[email protected]> wrote: > > > > > > On Sun, Jan 23, 2011 at 5:30 AM, <[email protected]> wrote: > >> > >> + public AbstractLink setBodyModel(final IModel<?> bodyModel) > >> + { > >> + this.bodyModel = bodyModel; > >> + return this; > >> } > > > > Should this be: > > > > this.bodyModel = wrap(bodyModel); > > > > -- > > Jeremy Thomerson > > http://wickettraining.com > > Need a CMS for Wicket? Use Brix! http://brixcms.org > > > > >
