Re: Getting the model

2016-04-06 Thread Ron Smits
You were right, fixed it On Wed, Apr 6, 2016 at 6:49 PM Martin Grigorov wrote: > Please read the answers. > On Apr 6, 2016 7:26 PM, "Ron Smits" wrote: > > > This alas does not work:( > > > > First I am using wicket 7.2.0 and the getModelObject

Re: Getting the model

2016-04-06 Thread Ron Smits
1.03.2016 21:16, Martin Grigorov wrote: > >>>>> > >>>>> Hi, > >>>>> > >>>>> On Thu, Mar 31, 2016 at 4:29 PM, Sven Meier wrote: > >>>>> > >>>>> Hi, > >>>>>> > >>

Getting the model

2016-03-31 Thread Ron Smits
I have searched but I dont find a clear way of getting the model when one is creating a custom component: public MoneyLabel(String id) { super(id); add(new AttributeAppender("class", " number")); } public MoneyLabel(String id, Model bigDecimalModel) { super(id, bigDecimalModel);

Re: JPA annotations

2012-12-23 Thread Ron Smits
check http://jeff-schwartz.blogspot.nl/2011/03/java-ee6-wicket.html its a good series of articles about using Java EE and wicket I Haven't Lost My Mind - It's Backed Up On Disk Somewhere On Fri, Dec 21, 2012 at 1:30 PM, Lucio Crusca wrote: > Hello *, > > I've started this short thread on the t

Re: confusion in selecting guice and spring for Ioc

2011-07-10 Thread Ron Smits
Mixing guice and Spring will alwyas conflict. You have to chose one DI container and make it work in that. Both are quite easy to set up and use. Spring is more mature then guice, But Guice is cleaner :) Ron I Haven't Lost My Mind - It's Backed Up On Disk Somewhere On Sun, Jul 10, 2011 at 01:47,