Re: Multiple Portlets / Sharing SSOs

2011-04-19 Thread Moritz Gmelin
gt; scope can be defined: > > http://www.bluesunrise.com/portlet-api/javax/portlet/PortletSession.html > >> >> Original-Nachricht >> Datum: Tue, 19 Apr 2011 23:07:09 +0200 >> Von: Moritz Gmelin >> An: "Tapestry users" >>

Re: Multiple Portlets / Sharing SSOs

2011-04-19 Thread Markus Feindler
ned: http://www.bluesunrise.com/portlet-api/javax/portlet/PortletSession.html > > Original-Nachricht > Datum: Tue, 19 Apr 2011 23:07:09 +0200 > Von: Moritz Gmelin > An: "Tapestry users" > Betreff: Re: Multiple Portlets / Sharing SSOs > >

Re: Multiple Portlets / Sharing SSOs

2011-04-19 Thread Moritz Gmelin
t; step 1 solved. I needed to put the tapestryportlet relevant stuff in the > context WEB-INF/lib and leave the pure tapestry stuff in the Jetty lib/ext > directory. Now I can have multiple portlets in different contexts of my > liferay-jetty and display those portlets on my page. Gre

Re: Multiple Portlets / Sharing SSOs across contexts

2011-04-18 Thread Moritz Gmelin
OK, step 1 solved. I needed to put the tapestryportlet relevant stuff in the context WEB-INF/lib and leave the pure tapestry stuff in the Jetty lib/ext directory. Now I can have multiple portlets in different contexts of my liferay-jetty and display those portlets on my page. Great! (Using

Multiple Portlets

2011-04-18 Thread Moritz Gmelin
Hi, I have tried using Markus Feindlers code to create some portlets for a liferay portal server. It started very promissing but now I am quite stuck with some tapestry issues. In order for those portlets to get initialized in liferay I needed to place all tapestry jars in the lib folder of th

Multiple portlets in one Tapestry .war ?

2006-07-07 Thread Epstein, Ezra
JBoss's portlet-swap has a nice example of using Tapestry to make a portlet. The files for the 3 different render modes are named: View.[html/page/java] Edit.[html/page/java] Help.[html/page/java] But the question I have is "View what"? Edit what? There's no indication of which portlet. Nor do