When data is kept in portlet session under portlet scope it can not be shared with other portlet in the application
If portlet data stored in portlet session of a portlet needs to be shared with other portlet It should be stored in portlet session with Application_Scope
Application_Scope allows portlet data in portlet session to be shared among multiple portlets . Data is stored with a key. Using that key on portlet session any application portlet can access application scoped data in any other portlet of the application
No comments:
Post a Comment