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.  How to pass textarea fields from DSP page to service

    Posted Tue August 10, 2010 06:55 AM

    Hi,
    I am trying to pass the contents of a textarea from a dsp to another dsp…
    Below is part of my code:

    This textarea contains one line UpdateFileContents

    Here updateFile.dsp is another dsp to which i am trying to pass the values in the textarea of the current dsp.

    Anyway document.form1.contentsoffile.value doesn’t seem to work.

    Any suggestion on how to pass the contents of textarea to another dsp?


    #webMethods-Archive
    #If-it-doesn-t-fit-anywhere-else
    #webMethods


  • 2.  RE: How to pass textarea fields from DSP page to service

    Posted Tue August 10, 2010 07:54 AM

    instead of using href, if you use a “submit” button inside your form, then all the values within the form can be automatically submitted to the target address of your form.

    Your code should be like

    This textarea contains one line
    #webMethods
    #webMethods-Archive
    #If-it-doesn-t-fit-anywhere-else


  • 3.  RE: How to pass textarea fields from DSP page to service