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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  radio button issue

    Posted 05/25/15 08:46 AM

    Hello All,

    My requirement::We have a list of Market place names and each market place has a list of customer names. we are using two radio buttons(Active, Suspended).The objective is when we select a particular radio button for a particular market place, the corresponding customer names must automatically be selected.

    Could somebody please help me on this.

    Thank you in advance.

    Regards
    Jyoti


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


  • 2.  RE: radio button issue

    Posted 05/25/15 09:31 AM

    Hello Jyoti,

    Try using js code on “on click” radio button.

    Thanks


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


  • 3.  RE: radio button issue

    Posted 05/25/15 09:38 AM

    Hello Henrique,

    I am new to Java and CAF. Could you please elaborate on the JS code or at least what document should I refer to get an idea on the java code.

    Regards
    Jyoti


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


  • 4.  RE: radio button issue

    Posted 05/25/15 09:44 AM

    First of all, you have to declare a variable, example:

    var variableX = CAF.model(‘#{activePageBean.clientIds[‘idHERE’]}’);

    And you set a value of your input:

    variableX.setValue(‘NameOfUser’);

    Thanks!


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


  • 5.  RE: radio button issue

    Posted 05/25/15 09:59 AM

    Thank you Henrique for your reply!!! :slight_smile:


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