Name of the command in session Hi: I have a form that uses a command object. Everything works great with the actual form, which uses tags, but I need to ...
I 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 ...
remove 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 ...
Hi, 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 ...
Storing 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 ...
Hello, 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" ...