webMethods

webMethods

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

radio button issue

  • 1.  radio button issue

    Posted Tue September 29, 2015 12:15 PM

    Hello All,

    We are using 2 radio buttons(Active, Suspended) in our project.
    These values will be decided based on the webservice call which in turn fetch data from a DB. Suppose, if the value for activeKey field is YES, the Suspended button should be automatically selected and vice-versa.
    Could you please suggest me a solution for this.

    Regards
    Jyoti


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


  • 2.  RE: radio button issue

    Posted Tue September 29, 2015 03:38 PM

    Hi Jyoti,

    create a binding which can be set to true or false and use this for the selection status of the buttons:

    Active:
    binding=true

    Suspended:
    binding=false

    Set the value of the binding according to your WebService call.

    Regards,
    Holger


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