jford 2004/09/16 20:39:52
Modified: applications/pam/src/java/org/apache/jetspeed/portlets/pam
PortletApplicationBrowser.java
Log:
Comment added
Revision Changes Path
1.12 +2 -1
jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/PortletApplicationBrowser.java
Index: PortletApplicationBrowser.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/applications/pam/src/java/org/apache/jetspeed/portlets/pam/PortletApplicationBrowser.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- PortletApplicationBrowser.java 17 Sep 2004 00:18:59 -0000 1.11
+++ PortletApplicationBrowser.java 17 Sep 2004 03:39:51 -0000 1.12
@@ -128,6 +128,7 @@
//set selected tab to portlets tab
if(pa != null)
{
+ //TODO: do we need to look up the pdef?
Could we just pass the child name into setAttribute?
PortletDefinition pdef =
pa.getPortletDefinitionByName(child.getName());
actionRequest.getPortletSession().setAttribute(PortletApplicationResources.REQUEST_SELECT_PORTLET,
pdef.getName(), PortletSession.APPLICATION_SCOPE);
actionRequest.getPortletSession().setAttribute(PortletApplicationResources.REQUEST_SELECT_TAB,
new TabBean("pa_portlets"), PortletSession.APPLICATION_SCOPE);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]