we can omit windowId if it's a shared render parameter in encoded url:
__rp_windowId_paramName/value => windowId: paramName=value
__rp_paramName/value => shared render parameter: paramName=value

we can modify a single line of
org.apache.pluto.driver.core.PortalServletRequest to the following in method
initParameterMap:

if (param.getWindowId().equals(portletWindow.getId().getStringId()) ||
param.getWindowId().equals("")) {
               portletParameters.put(name, values);
}


--
JSON: Action in AJAX!

JSON - http://www.json.org
JSON.simple - http://www.json.org/java/simple.txt

Reply via email to