I am using def liferay_portlet_private_session_attributes = false
in grails portlet for liferay .
This i was using to share session values with other portlet .
session.getAttribute("orgid", PortletSession.APPLICATION_SCOPE)
我在建筑时正在发现这一错误,每次重新修饰。
Caused by: java.lang.ClassCastException: org.codehaus.groovy.grails.web.servlet.GrailsFlashScope cannot be cast to org.codehaus.groovy.grails.web.servlet.FlashScope
如果一对.和 log,它就好。 但是,我无法理解如何保持同一环境。
请允许我告诉我是否有任何固定办法。