Michael Kastner
Oct 4th, 2005, 11:54 AM
I know, this might sound confusing, but I couldn't find much in the documentation about the relationship between session, command object, and model
I created an object in session scope in the MultiActionController. This object should serve as a command object in the view, i.e. the form. But how can I make the SimpleFormController recognize this object as form command Object?
The binder doesn't find the session object.
Should I put the command object in the model map? But then again, the scope of the model is request and not session.
Can anybody give me a hint?
Sincerely
Michael Kastner
I created an object in session scope in the MultiActionController. This object should serve as a command object in the view, i.e. the form. But how can I make the SimpleFormController recognize this object as form command Object?
The binder doesn't find the session object.
Should I put the command object in the model map? But then again, the scope of the model is request and not session.
Can anybody give me a hint?
Sincerely
Michael Kastner