Hi,
I'm trying to get the window name of the different portlets in my portal in doView() in the GenericPortlet (version 2.7.2). In older versions this was possible with the JBossRenderRequest.getPortalNode().getName(), but I can't find the method in the RenderRequest. Does someone know how to retrieve this information?
Thanks!
Hi Katrin,
try this
request.setAttribute("name", request.getWindowID());
--
Jean-Sebastion