Skip to content

Commit

Permalink
Links to tapestry-liferay-demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
LWroblewski committed May 2, 2013
1 parent 38ae5b2 commit 4f2d7f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/features/portletCommunication.html
Expand Up @@ -23,7 +23,11 @@ <h1>Portlet Communication</h1>
</div><!-- /header -->

<div data-role="content">


<p>
<i>Examples about portlet communication are available in <a href="https://github.com/got5/tapestry5-liferay/tree/master/tapestry-liferay-demo">tapestry-liferay-demo</a> project (see <a href="https://github.com/got5/tapestry5-liferay/blob/master/tapestry-liferay-demo/src/main/java/tapestry/liferay/portlets/pages/kawwa2/Basket.java">Basket</a> and <a href="https://github.com/got5/tapestry5-liferay/blob/master/tapestry-liferay-demo/src/main/java/tapestry/liferay/portlets/pages/kawwa2/Catalog.java">Catalog</a> portlets).</i>
</p>

<h2>Communicate with Render Parameters</h2>

<p>This is probably the easiest way to share information between portlets.
Expand Down
4 changes: 4 additions & 0 deletions docs/features/sessionState.html
Expand Up @@ -23,6 +23,10 @@ <h1>SessionState in PortletSession </h1>
</div><!-- /header -->

<div data-role="content">

<p>
<i>Examples about portlet communication are available in <a href="https://github.com/got5/tapestry5-liferay/tree/master/tapestry-liferay-demo">tapestry-liferay-demo</a> project (see <a href="https://github.com/got5/tapestry5-liferay/blob/master/tapestry-liferay-demo/src/main/java/tapestry/liferay/portlets/pages/kawwa2/Basket.java">Basket</a> and <a href="https://github.com/got5/tapestry5-liferay/blob/master/tapestry-liferay-demo/src/main/java/tapestry/liferay/portlets/pages/kawwa2/Catalog.java">Catalog</a> portlets).</i>
</p>

<h2>SessionState in PortletSession</h2>

Expand Down

0 comments on commit 4f2d7f8

Please sign in to comment.