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

How to programatically set the value of the 'src' attribute?

  • 1.  How to programatically set the value of the 'src' attribute?

    Posted 12/28/07 06:25 PM

    I am working on an example in which I want to be able to dynamically set the value of the ‘src’ parameter in a tag based on the value being sent from the host in another field.

    I can do this using Active Server Pages, but this example needs to be in Java/JSP using the ApplinX framework.

    Has anyone done this type of programming? Can you let me know how it is done? I’m assuming that it will take a combination of JavaScript in the JSP page, along with a method in the Java codebehind. I’ve tried a number of methods to no avail.

    I’d appreciate any help you could give me. Thanks!


    #webMethods
    #ApplinX
    #Mainframe-Integration


  • 2.  RE: How to programatically set the value of the 'src' attribute?

    Posted 01/01/08 04:21 PM


  • 3.  RE: How to programatically set the value of the 'src' attribute?

    Posted 01/03/08 07:47 PM

    Hi Gadi:

    I think this will work. Thanks much!

    I hadn’t realized that the ‘gx:’ tags give the Java codebehind access to the attributes in the tag.

    I’ll adapt this for my customer and send it to him. Again. thanks for your help!

    Best Regards, Mark


    #ApplinX
    #Mainframe-Integration
    #webMethods