I'm in a portal-environment with Spring portlet MVC.
I define a bean in the globalSession and inject it into two portlets to fill the bean.
- First Portlet uses SimpleFormController to fill one field
- Second Portlet uses AbstractFormController to fill the rest.
After that, there is still the filled bean in the session. So, if I go to the first portlet again, I see my previous selection (thats still ok) but when I get redirected to the secon portlet (with the AbstractWizardFormController) it says "Thank you for filling me out!".
What can I do? I think I have to destroy something in processFinish() ?!
Leave a comment: