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.  Accessing Managed Bean Method From Javascript

    Posted 07/30/14 01:28 PM

    In my portlet application in Designer 8.2.2 I added a method to the managed bean that returns a string.
    How do I access the method I added to the bean from javascript so the java script can use the string returned by that method?

    Thanks.


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


  • 2.  RE: Accessing Managed Bean Method From Javascript

    Posted 07/31/14 10:47 AM

    Easiest way should be to Bind that variable to any hidden value on the screen and then use CAF.activePageBeanClientID.getValue() of that hidden value


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