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
Expand all | Collapse all

Change combobox options dynamically by calling flow service

  • 1.  Change combobox options dynamically by calling flow service

    Posted 05/05/09 12:19 AM

    Hi,

    I want to use a combobox and change its options dynamically as user types in by invoking flow service.

    For example: If user types in ‘abcd’ then dynamically invoke the service and get values from database that starts with "abcd’.

    Does anyone know how to do it in CAF?

    Thanks.


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


  • 2.  RE: Change combobox options dynamically by calling flow service

    Posted 05/07/09 11:23 PM

    It sounds straightforward

    1. text input field - its value is set to the flow service input and fired upon onkeydown(.refresh)
    2. combo box that gets updated

    Maybe something I am missing but that should do it?


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