I'm getting this exception:
java.lang.IllegalStateException: Attempt to set model object on null
model of component: form:agent

The only reason i can find is that the field has a null model, but i added a 
new Model() to the field and im still getting it

DropDownChoice<Agent> agent = new DropDownChoice<Agent>("agent", new 
Model<Agent>(), agentList);


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

Reply via email to