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