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.  Java script in dsp

    Posted Fri September 27, 2002 09:42 AM

    How to make java script enabled in dsp which is loaded as an include file in any service output template.Basically javascript works fine if the dsp is loaded directly from the browser.But if the dsp is included in the include tag and invoked the javascript is getting disabled…The include file for html with java script works fine…but not for dsp

    can anybody suggest me a solution…

    thax in advance


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Java script in dsp

    Posted Fri September 27, 2002 09:50 AM

    Output templates are placed in templates directory of a package and stored as html pages by webMethods. You try to rename the dsp page as html page and place it in the template directory


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 3.  RE: Java script in dsp

    Posted Tue August 14, 2007 07:11 PM

    I have noticed that when developing DSP based applications/portals , its better not to invoke flow service directly from the HTML form (action=‘flowservice’)

    Instead use the MVC architecture , in the HTML form’s action tab use the target.dsp

    target.dsp page instead will use the <% invoke %> in its code

    This resolves most complications with javascript, image locations, and the time when browser prompts , if you want to save the file

    HTH
    Austin.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods