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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Delayed reflection of service response on Modal Dialog

  • 1.  Delayed reflection of service response on Modal Dialog

    Posted Wed March 30, 2016 12:58 AM

    Here is the context.
    I have portlet which is populating a table. There is async command link at the first column of every row.
    User can click on the async command link which invoke a service and toggle a modal dialog. This service has few input which can be provided from the selected row of the table and output as a list.

    Problem
    When User clicks on async command link service is getting invoked and modal dialog pops up. But response from service is not reflecting when modal dialog pops up for the first time. Once i close the modal dialog and again click on the async command link then service response is showing on the modal dialog.

    I am attaching a sample POC of the problem. please check it. If we can show the list of names when modal dialog appears for the first time. Then we can solve the actual problem also.

    TestModalDialog.zip (16.7 KB)


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


  • 2.  RE: Delayed reflection of service response on Modal Dialog

    Posted Wed March 30, 2016 01:13 AM

    Hi All

    Luckily i got he solution and its working fine.

    I am attaching the working code.
    TestModalDialog1.zip (17.1 KB)


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