Re: Debugging a NPE from a ModelPropertyResolver

2011-11-17 Thread Igor Vaynberg
s uses CompoundPropertyModel. > > From: Igor Vaynberg [igor.vaynb...@gmail.com] > Sent: Thursday, November 17, 2011 7:24 PM > To: users@wicket.apache.org > Subject: Re: Debugging a NPE from a ModelPropertyResolver > > it seems like there i

RE: Debugging a NPE from a ModelPropertyResolver

2011-11-17 Thread Jablow, Eric R
NPE from a ModelPropertyResolver it seems like there is a buggy implementation of IPropertyReflectionAwareModel somewhere. did you implement your own model that implements that interface? seems like there is a model somewhere that is a IPropertyReflectionAwareModel but it returns null for all

Re: Debugging a NPE from a ModelPropertyResolver

2011-11-17 Thread Igor Vaynberg
it seems like there is a buggy implementation of IPropertyReflectionAwareModel somewhere. did you implement your own model that implements that interface? seems like there is a model somewhere that is a IPropertyReflectionAwareModel but it returns null for all getSetter/Getter/Field() methods... i

Debugging a NPE from a ModelPropertyResolver

2011-11-17 Thread Jablow, Eric R
I am trying to use Igor's wicket-validation-bean project, and I've managed to make a mistake where I'm getting a NullPointerException from when ValidationForm attempts to add property validators. Unfortunately, I can't tell what property it's trying to attach validators for here, as the exceptio