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.  Retrieving URL parameter

    Posted 02/07/09 02:15 PM

    Hi,

    How do i retrieve url parameters in JSR168 portlet.

    Regards,
    Marudeep


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


  • 2.  RE: Retrieving URL parameter

    Posted 02/09/09 06:46 PM

    From java code:

    Map requestParams = getFacesContext().getExternalContext().getRequestParameterMap()
    Object value = requestParams.get("key");

    Or from a binding expression:

    #{facesContext.externalContext.requestParameterMap["key"]}

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