...the API extension in IWorkpageContainer is:
Code:
/**
* Returns the workpage that is currently shown within the content area
* of the workplace.
*/
public IWorkpage getCurrentWorkpage();
/**
* Returns the workpage that is currently selected within the workpage
* selector. This function must only be called when using the ROWWORKPAGESELECTOR
* component.
*/
public IWorkpage getCurrentlySelectedWorkpage();
Björn