Hi,
It is possible for example to get the WindowState from the renderRequest.
<c:set var="windowsState"><%= renderRequest.getWindowState() %></c:set>
Question.
How can i get the UID in the same way?
Just remembering that I am using a community application (Blog) and can't use
<jsp:useBean id="portletWindow" scope="request" type="com.vignette.portal.portlet.website.PortletWindowBean" />
as specified in "OpenText Portal 8.2 Developer Guide 3.4.4.2"
thanks in advance!