Michael Kastner
Oct 4th, 2005, 10:43 AM
This is getting even more confusing.
I have a command object in session scope in an extended SimpleForm, which holds an id-field. However, the id should not be changed by the user. So there no id field in the form. When I try to save the command object, the id got lost.
Does the binder delete unbound values?
Do I need to put the id in another session object and not the command object?
Sincerely
Michael Kastner
I have a command object in session scope in an extended SimpleForm, which holds an id-field. However, the id should not be changed by the user. So there no id field in the form. When I try to save the command object, the id got lost.
Does the binder delete unbound values?
Do I need to put the id in another session object and not the command object?
Sincerely
Michael Kastner