You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/10/02 16:27:11 UTC

svn commit: r1706418 - /myfaces/tobago/trunk/src/site/fml/faq.fml

Author: lofwyr
Date: Fri Oct  2 14:27:10 2015
New Revision: 1706418

URL: http://svn.apache.org/viewvc?rev=1706418&view=rev
Log:
TOBAGO-1480: Documentation on how to setup my project to work with Portlets

Modified:
    myfaces/tobago/trunk/src/site/fml/faq.fml

Modified: myfaces/tobago/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/fml/faq.fml?rev=1706418&r1=1706417&r2=1706418&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/fml/faq.fml (original)
+++ myfaces/tobago/trunk/src/site/fml/faq.fml Fri Oct  2 14:27:10 2015
@@ -424,5 +424,15 @@ java -jar ~/Downloads/wlp-developers-run
           &lt;artifactId>liberty-maven-plugin&lt;/artifactId></source>
       </answer>
     </faq>
+    <faq id="portlet">
+      <question>How to setup my project to work with Portlets?</question>
+      <answer>
+        <p>
+          There is a basic example for portlets in the Subversion repository in the sub-folder
+          tobago-example/tobago-example-portlet
+          There is no specific configuration to use Tobago in Portlets.
+        </p>
+      </answer>
+    </faq>
   </part>
 </faqs>