>   super(new CompoundPropertyModel(this));

This seems wrong: A call to super() cannot reference "this" directly or 
indirectly:

JLS ยง8.8.7 says:
"It is a compile-time error for a constructor to directly or indirectly invoke 
itself through a series of one or more explicit constructor invocations 
involving this."

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to