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.  applinx with jsp

    Posted Mon August 11, 2008 05:12 PM

    How to get a field content (from host) in jsp file

    thank
    gidon


    #webMethods
    #Mainframe-Integration
    #ApplinX


  • 2.  RE: applinx with jsp

    Posted Wed August 13, 2008 01:27 PM

    Hi Gidon,

    The code in Java is:

    getGXSession().getScreen().getFieldContent(<field>);

    This is for one occurrence of the field.
    For content of one field from multiple fields:

    getGXSession().getScreen().getFieldContent(<field>,<field>);

    #webMethods
    #ApplinX
    #Mainframe-Integration


  • 3.  RE: applinx with jsp

    Posted Thu August 14, 2008 02:44 PM

    hi

    I mean how can I get A field content at jsp page not at java size

    thank
    gidon


    #ApplinX
    #Mainframe-Integration
    #webMethods


  • 4.  RE: applinx with jsp

    Posted Mon August 18, 2008 09:18 AM

    Hi,
    You can find the asnwer for this issue on topic "how to get a field content inside - jsp page
    ":

    [url]http://tech.forums.softwareag.com/viewtopic.php?C=&p=46236#46236[/url]

    Regards,
    Asaf


    #webMethods
    #ApplinX
    #Mainframe-Integration