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

Accessing HTML Form Fields from with in a Custom Java Script

  • 1.  Accessing HTML Form Fields from with in a Custom Java Script

    Posted 11/23/07 01:43 PM

    Hi,

    Is there a way to access access form fields from with in a custom script? Do we have to use Script Parameter or is there a notation that we can follow
    something like

    document.form.field

    I tried browsing through the generated HTML, I see that myWebMethods prefixes a sequence number before the Id we assign in the developer like jsfwmp73580:formId.


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


  • 2.  RE: Accessing HTML Form Fields from with in a Custom Java Script

    Posted 11/26/07 04:41 PM

    The java managed bean for your view contains a special content provider that will resolve the client-side id for any control.


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