It seems like nothing in that class is being called when I change the selection in the DropDownChoice.
I'm setting it up like this: new DropDownChoice("account", new PropertyModel(this, "selectedAccount"), accountList, new ChoiceRenderer("name", "id")); But I've tried several other ways too, such as a CompoundPropertyModel straight, a CompoundPropertyModel with bind(), putting the selectedAccount object not in "this" ("this" is the page itself, derived from Wicket WebPage), but in an normal object, etc. and it always results in selectedAccount being null. But like I said, this same thing works in a quickstart, so I'm baffled. -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org