shared render parameter implementation

"Yidong Fang" <[email protected]>
Newsgroups gmane.comp.jakarta.pluto.user
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.