1. Name of the command in session forum.springsource.orgName of the command in session Hi: I have a form that uses a command object. Everything works great with the actual form, which uses |
2. Preserving commands in session, Ajax forum.springsource.orgI am trying to use Ajax + Spring MVC. I am doing AJAX requests, which don't have command object in them. But I would like to preserve the command object that ... |
3. remove command from session forum.springsource.orgremove command from session I have two diff pages for customers one is used to add and update customers other one is to search for customers. I am using the same ... |
4. PAGE.command left in session after WizardFormController finishes forum.springsource.orgHi, I have noticed that after using a WizardFormController the session is left littered with a 'PAGE.command'. I don't see the removal of this attribute mentioned in the documentation. Have I ... |
5. Storing session id in Command = good idea? forum.springsource.orgStoring session id in Command = good idea? I have written a controller that derives from AbstractWizardFormController. In the validatePage method I need the current session id (to validate user input ... |
6. Command saved into session forum.springsource.orgHello, i have a little question. I have a form page with its command object. I would like to save that object in session to use it in case of "back" ... |