Author: ate
Date: Fri Jun 8 17:52:56 2007
New Revision: 545676
URL: http://svn.apache.org/viewvc?view=rev&rev=545676
Log:
Configure isolated portlet session for the JPetstore so can properly run
multiple instances on the same page side-by-side
Modified:
portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/portlet.xml
Modified:
portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/portlet.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/portlet.xml?view=diff&rev=545676&r1=545675&r2=545676
==============================================================================
--- portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/portlet.xml
(original)
+++ portals/bridges/trunk/applications/jpetstore/src/webapp/WEB-INF/portlet.xml
Fri Jun 8 17:52:56 2007
@@ -31,6 +31,10 @@
<value>org.apache.jetspeed.portlet.ServletContextProviderImpl</value>
</init-param>
<init-param>
+ <name>PortletScopeStrutsSession</name>
+ <value>true</value>
+ </init-param>
+ <init-param>
<name>ViewPage</name>
<value>/index.shtml</value>
</init-param>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]