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
  • 1.  command button disabled

    Posted Fri May 17, 2019 04:42 PM

    Hello,

    I have a command button that exports an csv file. It’s working but when I click on it, all page buttons takes disabled and didn’t back.

    I tried to put button.setDisabled(false) on “onClick” but didn’t work.

    Anyone knows how to fix it?

    Thanks
    before.png
    after.png


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


  • 2.  RE: command button disabled

    Posted Sun May 19, 2019 03:38 AM

    Try using “Command Link” and set the “Target” property in Expert tab to “_self”.
    In order to get button like display, keep simple button inside the command link.


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


  • 3.  RE: command button disabled

    Posted Mon May 20, 2019 11:06 AM

    Hello Iman,

    Tried with command link and target “_self” but didn’t work.

    If I click on link again, it is still disabled.

    The buttons only work if I refresh the page.

    Thanks.
    link.png


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