Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

What's the real role of ModelMap in Spring Portlet MVC? I've been testing a few portlets using Spring Portlet MVC 3.0 in WebSphere Portal 7 and it seems every attribute set in ModelMap gets stored in PortletSession.

If that's the case, what's the role of Session Attributes? (by the way, there's a several bug including clearing these guys). And what if I want to store attributes that last only to the current request? (For example, a Confirmation Message). If I put this message in the ModelMap, it gets stored in session and I have to manually clear it every time a user gets into Portal.

share|improve this question
By default, ModelMap is not bound to session. Maybe there is something else in the code that is putting ModelMap in session? Please see this link if it helps:stackoverflow.com/questions/1856440/… – Victor Apr 6 at 3:58

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.