webMethods

webMethods

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

applinv - jsp - how to get fields content not part of table

  • 1.  applinv - jsp - how to get fields content not part of table

    Posted Sun July 20, 2008 05:48 PM

    hi
    I join 2 screens table with one jsp prog , details from tables - ok,
    but no details from other fields that belong that screens
    to join 2 table i used

    function onLoad()
    GXITable gx_table1 = getGXSession().getTable(“Tbl_collect_pniyot_bshan”);
    getTagsAccesor().setTagTable(“bshn_ishuv_pniot_mvutachTable”,gx_table1,getGXAppConfig().getTableBuildConfig(),this);

    Thank
    gidon


    #ApplinX
    #webMethods
    #Mainframe-Integration


  • 2.  RE: applinv - jsp - how to get fields content not part of table

    Posted Thu July 24, 2008 12:59 PM

    Hi Gidon,
    I repeating the answer Sandu gave you for the benefit of everyone else who may need this information:
    It seems that the best way would be to split the path you are talking about into 3 new paths:
    One path (lets call it


    #ApplinX
    #webMethods
    #Mainframe-Integration