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

Reload import template view

  • 1.  Reload import template view

    Posted Tue March 29, 2016 03:02 AM

    Hi,

    I have two portlet pages (A & B). B is a form and imported into A.

    Page B would be rendered in A whenever a dropdown option in Page A is selected.

    I would like to reset all the client side data and reload/refresh Page B contents from server whenever the dropdown option is selected.

    At the moment, when the dropdown option is selected page B is getting rendered but not resetting the data. (It displays the previous state of this page).

    What is the best way to reset the imported template view when it is rendered on selection of the dropdown option?

    Kind regards,
    Raj


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


  • 2.  RE: Reload import template view

    Posted Tue December 13, 2016 08:22 AM

    Hi Raja,

    Have you tried toggling the render property of the child portlet.

    Set the render property of portlet of the block it belongs to with a variable and look for specifc value (say, true/false).
    And on the change event trigger the action which updates the property and refresh the block which holds the child portlet.


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