Re: How to Ajax-validate CheckBoxMultipleChoice?

2010-06-26 Thread yaniv kessler
Is that element placed / added to a form ? On Sat, Jun 26, 2010 at 5:32 AM, David Chang wrote: > Hi, I am unable to addres this need and have to ask the group. > > I am using the ajax approach to validate each field on a form. See the > following: > > > > > > If the above field gets focus and

Re: CompoundPropertymodel loses object after form submit

2010-06-08 Thread yaniv kessler
Can you show some code? On Wed, Jun 9, 2010 at 1:01 AM, Bergmann Manfred wrote: > Hi. > > I experience a strange behaviour where I'm not exactly sure what I'm doing > wrong. > On my pages which are wrapped around some database model classes I have > forms with CompoundPropertyModels. > On one of

Re: Guice & Wicket Guice Proxy

2010-06-08 Thread yaniv kessler
t; strayed a lot from the topic. So I think we should start a new thread > on howto manage Wicket with IOC frameworks.. > > regards Nino > > 2010/6/8 yaniv kessler : > > Perhaps inject the model instead of manually creating it or maybe inject > a > > data service in

Re: Guice & Wicket Guice Proxy

2010-06-08 Thread yaniv kessler
manually create the the loadabledetachmodel which extends > the ClassWithDao, it has to call injectorholder. I am not aware of any > other method that can solve this.. > > 2010/6/8 yaniv kessler : > > I agree with Jorge here and additionally, would like to ask what i

Re: Guice & Wicket Guice Proxy

2010-06-07 Thread yaniv kessler
; > } > > > > public void setPhoneDao(PhoneDao phoneDao) { > > this.phoneDao = phoneDao; > > } > > > > That's where I get the failure... And the working version you have seen.. > > > > 2010/6/7 yaniv kessler : &g

Re: Guice & Wicket Guice Proxy

2010-06-07 Thread yaniv kessler
Nino, can you show the ClassWithDao code before the so called "ugliness" was introduced? On Sun, Jun 6, 2010 at 1:44 PM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > im still working on the quickstart.. So far I've been unable to > replicate.. I'll continue tomorrow > > 2010/6/5 ni

Re: Why does SerializableChecker throw WicketNotSerializableException on guice injected non Serializable class ?

2010-06-01 Thread yaniv kessler
I just went to check 1.4.9 change list and I didn't see anything related to the way IOC works (at least from 1.4.8 which is what I'm using right now), or did I miss something in this thread or there in the release notes ? :) On Tue, Jun 1, 2010 at 9:43 PM, Martijn Dashorst wrote: > Then we could

Re: Why does SerializableChecker throw WicketNotSerializableException on guice injected non Serializable class ?

2010-06-01 Thread yaniv kessler
/guice/> Atomic Gamer dev blog - Wicket, Guice and Warp-Persist<http://www.atomicgamer.com/dev/2009/10/wicket-guice-2-0-warp-persist-2-0/> My blog<http://headtoscreencollision.blogspot.com/2010/06/writing-unit-tests-for-guicey-wicket.html> Yaniv kessler On Tue, Jun 1, 2010 at 1:47

Guicey Wicket and JUnit4

2010-06-01 Thread yaniv kessler
Wicket, Guice, Junit4 - putting it all together: http://headtoscreencollision.blogspot.com/2010/06/writing-unit-tests-for-guicey-wicket.html?x=wicket Enjoy :-) Yaniv Kessler

Wicket and Guice integration alternative

2010-05-30 Thread yaniv kessler
http://headtoscreencollision.blogspot.com/2010/05/wicket-and-guice-alternate-route.html Best Regards, Yaniv Kessler