Well, i'm just doing A a; But I put a trace on the getA() and a is really
null.

Can you make a try ?


Mathias P.W Nilsson wrote:
> 
> I don't know if I got it right. Is the A null? Are you just doing A a; or
> A a = null; ?
> 
> If you do this I don't understand why you don't get an exception. The
> PropertyModel extends AbstractPropertyModel and when setting the property
> model it does a super. In the AbstractPropertyModel it checks if the
> object is null and throws a IllegalArgumentException.
> 
> Is a really null?
> 

-- 
View this message in context: 
http://www.nabble.com/IndexOutOfBoundException-and-PropertyModel-tp17315359p17322053.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to