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 <mgrigo...@apache.org> wrote: > Please read the answers. > On Apr 6, 2016 7:26 PM, "Ron Smits" <ron.sm...@gmail.com> wrote: > > > This alas does not work:( > > > > First I

Re: Getting the model

2016-04-06 Thread Ron Smits
> >>>> > >>>> > >>>>> On 31.03.2016 21:16, Martin Grigorov wrote: > >>>>> > >>>>> Hi, > >>>>> > >>>>> On Thu, Mar 31, 2016 at 4:29 PM, Sven Meier <s...@meiers.net> wrote: > >>>

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 lu...@sulweb.org wrote: Hello *, I've started this short

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