Need to pass data between portlet instances? Its inelegant and not the best way, but you can try setting session attributes. To set portlet attrbutes, do the following: request.setAttributes(String name, Object value); Just be sure to uniquely name the attributes so only the intended portlets can inspect them. And don’t forget to reset these attributes [...]
August 20, 2008