> 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: [email protected] For additional commands, e-mail: [email protected]
