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

Accessing Managed Bean Method From Javascript

  • 1.  Accessing Managed Bean Method From Javascript

    Posted Wed July 30, 2014 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 Thu July 31, 2014 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