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.  Parameter passing between Portlets

    Posted Tue July 19, 2011 11:12 AM

    Hello everybody,

    I want to pass a value of an input text on click in a button, this two controls are defined in the first Portlet.

    In the second Portlet, I want to display the content of the input text from the first Portlet.
    After defining my Portlets and controls, I use the mechanism of Wiring but It works just when calling a webservice connector.

    My question is : how can I pass parameter between Portlets without using Webservice Connector.

    Thank you !


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


  • 2.  RE: Parameter passing between Portlets

    Posted Wed July 20, 2011 10:30 AM

    Hello,

    I resolved the problem, I do add a Command Button with a property type to submit.


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


  • 3.  RE: Parameter passing between Portlets

    Posted Mon July 25, 2011 08:09 PM

    Also, you can define a preference for the portlet which has to receive the parameter, let’s say paramX, then you can pass the value in the url:

    http://mws:port/myPortlet?paramX=value

    Regards.


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