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

Async Command - URL Parameters

  • 1.  Async Command - URL Parameters

    Posted Wed November 24, 2010 12:07 PM

    Whenever a press a Async Command button the URL parameters are lost, why?

    In my page it refreshes depending on URL parameters. However when I press the button the URL parameters change to null and my page can not be well refreshed.

    This is the normal behavior of the Async Command Button?

    Thanks


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


  • 2.  RE: Async Command - URL Parameters

    Posted Thu November 25, 2010 11:40 AM

    The Async Command was called by JavaScript using the go method without parameters so that’s why it looses the parameters.

    The solution is to add the parameters in the go method


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