You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2005/08/28 10:59:51 UTC

svn commit: r263845 - /myfaces/forrest/trunk/content/xdocs/sandbox/autoUpdateDataTable.xml

Author: mmarinschek
Date: Sun Aug 28 01:59:45 2005
New Revision: 263845

URL: http://svn.apache.org/viewcvs?rev=263845&view=rev
Log:
br's lead to a fail of forrest build

Modified:
    myfaces/forrest/trunk/content/xdocs/sandbox/autoUpdateDataTable.xml

Modified: myfaces/forrest/trunk/content/xdocs/sandbox/autoUpdateDataTable.xml
URL: http://svn.apache.org/viewcvs/myfaces/forrest/trunk/content/xdocs/sandbox/autoUpdateDataTable.xml?rev=263845&r1=263844&r2=263845&view=diff
==============================================================================
--- myfaces/forrest/trunk/content/xdocs/sandbox/autoUpdateDataTable.xml (original)
+++ myfaces/forrest/trunk/content/xdocs/sandbox/autoUpdateDataTable.xml Sun Aug 28 01:59:45 2005
@@ -101,15 +101,12 @@
             	to fetch data from the server, thus the backend binding can
             	and will be used outside of the standard JSF lifecycle to deliver the data.
             </p>
-            <br/><br/>
             <p>Use the autoUpdateDataTable tag always within a form tag.</p>
             <p>
             It is also not very advisable, to put some input fields 
             (or checkboxes, radio buttons, etc.) into the dataTable, since after every submit
             (which happens periodically) all the form data is cleared.
             </p>
-            	
-            <br/><br/>
             <p>see examples/ajaxDataTableSingle.jsp for an example.</p>
         </section>