IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

redirect to another portlet

  • 1.  redirect to another portlet

    Posted Sun September 13, 2015 02:44 AM

    Hi guys,
    how can i redirect to another portlet ?

    i have to check parameter when portlet load and if this parameter not exist i need to redirect to another page?

    i tried beforeRender but it didn’t work? any help please…


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 2.  RE: redirect to another portlet

    Posted Sat September 19, 2015 12:58 PM

    After checking parameter you can use…
    MainPageDefaultviewView().gotoPage(“/MainPage/default.view”,true);
    to redirect default view on MainPage portlet.

    Thanks
    Baharul Islam


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS