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"
>>
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
>
>
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
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
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
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