[seam-commits] Seam SVN: r7340 - trunk/examples/seamdiscs/view/layout.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Feb 2 19:23:03 EST 2008


Author: pete.muir at jboss.org
Date: 2008-02-02 19:23:02 -0500 (Sat, 02 Feb 2008)
New Revision: 7340

Modified:
   trunk/examples/seamdiscs/view/layout/footer.xhtml
Log:
update help

Modified: trunk/examples/seamdiscs/view/layout/footer.xhtml
===================================================================
--- trunk/examples/seamdiscs/view/layout/footer.xhtml	2008-02-03 00:21:37 UTC (rev 7339)
+++ trunk/examples/seamdiscs/view/layout/footer.xhtml	2008-02-03 00:23:02 UTC (rev 7340)
@@ -113,13 +113,7 @@
 		<f:facet name="controls">
 	        <a href="javascript:Richfaces.hideModalPanel('ajax')">X</a>
 	    </f:facet>
-    	<p>Trinidad and RichFaces Ajax both provide partial page refresh and submit.  For Trinidad PPR to work, it needs to be surrounded by a component
-    	which enables PPR.  The example uses <code>&lt;tr:panelPartialRoot /&gt;</code> to achieve this:</p>
-    	<pre class="source-code"><code>&lt;tr:panelPartialRoot&gt;
-   &lt;tr:form&gt;
-      &lt;tr:table value=&quot;#<span>{artists.dataModel}</span>&quot; var=&quot;artist&quot;&gt;
-         &lt;tr:column&gt;
-            ...</code></pre>
+    	<p>Trinidad and RichFaces Ajax both provide partial page refresh and submit.</p>
         <p>
           If you want to use RichFaces' partial page refresh with Trinidad
           components then you'll need to disable Trinidad's compressed style 




More information about the seam-commits mailing list