Hello Kengimel,
You do this
private Model model;
and that
String sym = (String) model.getObject();
but you did not
form.setModel(model)
or @ least
setModel(model)
You only can get things you've assigned before.
Cheers
Per
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
