Hej Ingemar,
It's possible, check these settings in portal(-ext).properties:
1##
2## Request
3##
4
5 #
6 # Portlets that have been configured to use private request attributes in
7 # liferay-portlet.xml may still want to share some request attributes. This
8 # property allows you to configure which request attributes will be shared.
9 # Set a comma delimited list of attribute names that will be shared when the
10 # attribute name starts with one of the specified attribute names. For
11 # example, if you set the value to "hello_,world_", then all attribute names
12 # that start with "hello_" or "world_" will be shared.
13 #
14 request.shared.attributes=LIFERAY_SHARED_
15
16##
17## Session
18##
19
20 #
21 # Portlets that have been configured to use private session attributes in
22 # liferay-portlet.xml may still want to share some session attributes. This
23 # property allows you to configure which session attributes will be shared.
24 # Set a comma delimited list of attribute names that will be shared when the
25 # attribute name starts with one of the specified attribute names. For
26 # example, if you set the value to "hello_,world_", then all attribute names
27 # that start with "hello_" or "world_" will be shared.
28 #
29 # Note that this property is used to specify the sharing of session
30 # attributes from the portal to the portlet. This is not used to specify
31 # session sharing between portlet WARs or from the portlet to the portal.
32 #
33 session.shared.attributes=org.apache.struts.action.LOCALE,COMPANY_,USER_,LIFERAY_SHARED_
HTH
Thomas
Bitte melden Sie sich an, um diesen Inhalt als unangebracht zu kennzeichnen.