WebSphere Portal Web 2.0 theme caches the links navigated. To overcome this problem comment out the following code in head_extras.jspf file:
function bootstrap() {
var currentState = null;
var prevUrl = com.ibm.portal.aggregation.backbutton.BACK_BUTTON_HANDLER.loadUrlFrag();
var currentUrl = top.location.href;
//if(prevUrl == currentUrl) {
// alert('prevUrl == currentUrl');
// currentState = com.ibm.portal.aggregation.backbutton.BACK_BUTTON_HANDLER.loadState();
// if ( currentState ) {
// ibm.portal.debug.text( "Loaded state from back button handler: " + dojox.data.dom.innerXML( currentState ) );
// }
// }
//Set flag to indicate CSA mode is active.
document.isCSA = true;
This should resolve the issue of non-navigating links.
No comments:
Post a Comment