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

Why doesnt FieldTag have Getselect method ? ?

  • 1.  Why doesnt FieldTag have Getselect method ? ?

    Posted 04/01/03 07:53 AM

    Hello,
    Why doesnt FieldTag have the getter method for select attribute?
    How can I access to the select attribute?
    (I have a tag which extends FieldTag and I need to access to the select attribute)
    Thanks
    Server

    X-Application Version: 4.1.1,


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: Why doesnt FieldTag have Getselect method ? ?

    Posted 04/01/03 08:49 AM

    Hi,

    you could get access to the select attribute by overiding the setSelect method. Your implementation could store the argument in a variable you have access to and the invoke super.setSelect.

    Michael

    Software AG Germany, Darmstadt


    #webMethods
    #API-Management
    #Tamino