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
Hi,
How do i retrieve url parameters in JSR168 portlet.
Regards, Marudeep
From java code:
Map requestParams = getFacesContext().getExternalContext().getRequestParameterMap() Object value = requestParams.get("key");
Or from a binding expression:
#{facesContext.externalContext.requestParameterMap["key"]}