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.  Implementing drop down menus

    Posted Tue April 07, 2009 05:38 AM

    Hi,

    We are trying to implement dropdown menus.
    We could implement normal menus but requirement is that when user clicks on menu then it should display a dropdown menu list.

    We tried but could not get a solution, can someone point us in a right direction.

    Regards,
    Sumit


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


  • 2.  RE: Implementing drop down menus

    Posted Tue April 14, 2009 04:52 AM

    Hi Sumit,

    You can create a boolean property set the value as false, then bind the rendered property of drop down (dropdown properties → General → rendered) with this boolean.
    Once the user selects the menu, on the action of menu selection set the value of boolean property to true, and your drop down will be displayed.

    Thanks


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


  • 3.  RE: Implementing drop down menus

    Posted Tue April 14, 2009 03:17 PM

    Sumit,

    You can also reload the page/form with on change function of the user option. Take the user input, get the drop down list values as array and populate it. I have used it in my custom dsp’s and it works good.

    Regards,
    Pradeep


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