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

Text Input + Form data + Submit Async button

  • 1.  Text Input + Form data + Submit Async button

    Posted Mon December 22, 2014 03:42 PM

    I have five (5) Text Input that I want to use as INPUT to a Asynchronous Submit Button.

    Question: It says “Action” on the Async button, what do I need to put here for it to call a webservice with my five (5) Text Input as data???

    Or is this have nothing to do with what I am trying to do???

    Note: I have SEVERAL hidden panels with different Text Inputs and each one has their own Submit (Async button).

    I am looking for something that can work with each “form data” and submit buttons…


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


  • 2.  RE: Text Input + Form data + Submit Async button

    Posted Mon December 22, 2014 05:41 PM


  • 3.  RE: Text Input + Form data + Submit Async button

    Posted Mon December 22, 2014 06:01 PM

    The ‘action’ property of an Async Button is a binding expression that resolves to managed bean method.

    If you have an empty ‘action’ property, double clicking the button in the view editor will automatically create a new method in your Page Bean and create an ‘action’ property that resolves to that new method.

    You are free to do anything you like in that method, such as invoking a web service client. The page bean fields you’ve bound to your 5 input controls will be updated when the async button is clicked (the form data is posted).


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