aspose file tools
The moose likes Portals and Portlets and the fly likes Tracker in websphere portal 6 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Tracker in websphere portal 6" Watch "Tracker in websphere portal 6" New topic
Author

Tracker in websphere portal 6

viswam konkepudi
Ranch Hand

Joined: Feb 20, 2008
Posts: 35
Hi,

While migrating from web sphere portal 5 to 6

I have a scenario like this

RunData _runData = RunData.from(request);
Composition composition = (Composition)_runData.getAttribute("com.ibm.wps.composition");
if(composition == null) {
composition = Tracker.getRootComposition(_runData);
}
String title = LocaleHelper.getTitle((com.ibm.portal.Localized)composition, request);


But in portal 6 there is no Tracker.getRootComposition(_runData)

So how can achieve this.

Thanks In Advace
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tracker in websphere portal 6
 
Similar Threads
Sharing data Between portlets
How do we solve diamand problem in java
passed websphere portal 397 exam with 84%
Portlet Communication Between IBM Websphere and Oracle Weblogic
wpsUrlGeneration in websphere portal 6