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
Expand all | Collapse all

How can I access fieldValue in FieldTag?

  • 1.  How can I access fieldValue in FieldTag?

    Posted Tue March 25, 2003 10:52 AM

    Hello,
    I have a tag which extends FieldTag.
    In Xapp 3.1.1 I had access to the fieldvalue variable.
    How can I access to this value in Xapp4.1.1 ?
    Thanks
    Server


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: How can I access fieldValue in FieldTag?

    Posted Tue March 25, 2003 03:52 PM

    Hello,

    instead of the protected member fieldValue of version X-Application 3.1.1 the class FieldTag offers two methods:

    protected String getEditField()

    and

    protected String getDisplayField()

    The difference is the encoding of the characters > , <, ', & .

    However, when adapting the application I would try to transform the derived tag into a Plugin.

    Bye,
    Christian.


    #webMethods
    #Tamino
    #API-Management