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

easy ques: What the CAF script command for submitting a FORM

  • 1.  easy ques: What the CAF script command for submitting a FORM

    Posted 11/14/08 08:35 PM

    Have never gotten this to work using straight Javascript (doc.form.submit).

    Lucas.


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


  • 2.  RE: easy ques: What the CAF script command for submitting a FORM

    Posted 11/20/08 05:48 PM

    You can’t submit the form directly, but you can raise one of the commands in the form; try the following js (where “my-command” is the id of the command to invoke):

    CAF.model(“#{activePageBean.clientIds[‘my-command’]}”).raise();

    Justin


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