Archive for August 20th, 2008

Portlet Session Attributes

August 20, 2008

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 [...]

Posted in General Comments Off