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
  • 1.  Javascript API to retrieve data from Resource Bundle

    Posted 02/08/16 09:17 PM

    Hi All,

    I would like to get a message from AppResources properties file based on some conditions in the UI page using CAF javascript.

    Could you please point me to the CAF javascript API where the methods are mentioned to retrieve properties from Resource Bundle?

    Kind regards,
    Raj


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 2.  RE: Javascript API to retrieve data from Resource Bundle

    Posted 02/09/16 01:44 AM

    Please see the “CAF Tag Library Reference” in the provided documentation for the “CAF Html/Control/Output/Include Resource Bundle” control.


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 3.  RE: Javascript API to retrieve data from Resource Bundle

    Posted 02/09/16 07:08 AM

    Hi Raja,

    Also the following works for me:

    var myValue = ‘#{ProjectName.applicationResources[“g11n.xxx.i18n.key”]}’;

    Hope it helps,
    Vlad Turian


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 4.  RE: Javascript API to retrieve data from Resource Bundle

    Posted 02/09/16 08:07 PM

    Hi Eric, Vlad,

    Thanks for your inputs.

    I am using this javascript API now :slight_smile:

    Kind regards,
    Raj


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS