|
Home > Archive > WebSphere Portal Server > July 2004 > ilwwcm doesnt work?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ilwwcm doesnt work?
|
|
|
| hi all,
i have problem with ILWWCM. After doing everything as describle in "Quick Guide to using IBM Lotus Workplace Web Content Management Content in a Portlet" document, i found that my content portlet (DETAIL portlet) doesnt work properly when i click on the links (in LIST portlet), it keeps the old content when i click to new content.
who kows how to fix this tell me pls.
thanks. | |
| ibm_us3r 2004-07-26, 3:46 am |
| Are you browsing as anonymous? I've seen similar behaviour to this as anonymous.
The NavigatorService.properties configuration file needs to have the
public.session value set to ‘true’.
This file is located here:
For WPS V4:-
[WAS_HOME]/lib/app/config/services/NavigatorService.properties
For WPS V5:-
[WPS_HOME]/shared/app/config/services/NavigatorService.properties
The line that needs to changed from the default is:
public.session = false
change this to
public.session = true
Otherwise check the broadcast links in the portlet configuration is set to either this portlet, or this portlet and other portlets. |
|
|
|
|