You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/09/01 02:03:58 UTC

svn commit: r265606 - /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/databinding.xml

Author: rich
Date: Wed Aug 31 17:03:52 2005
New Revision: 265606

URL: http://svn.apache.org/viewcvs?rev=265606&view=rev
Log:
Fix a few typos that I noticed.


Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/databinding.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/databinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/databinding.xml?rev=265606&r1=265605&r2=265606&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/databinding.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/netui/databinding.xml Wed Aug 31 17:03:52 2005
@@ -117,8 +117,8 @@
             <tr><th>Implicit Object</th><th>Context</th><th>Description</th></tr>
             <tr>
                 <td><code>actionForm</code></td>
-                <td>Within tde <code>&lt;netui:form></code> tag</td>
-                <td>Provides access to the properties of a JavaBean used as tde form bean for an HTML form.</td>
+                <td>Within the <code>&lt;netui:form></code> tag</td>
+                <td>Provides access to the properties of a JavaBean used as the form bean for an HTML form.</td>
             </tr>
             <tr>
                 <td><code>bundle</code></td>
@@ -131,7 +131,7 @@
                         <code>@Jpf.MessageBundle</code>
                     </a>
                     annotation.</td>
-                <td>Provides access to message strings contained in a Java properties file.  Strings are referred to by name in tde expression.</td>
+                <td>Provides access to message strings contained in a Java properties file.  Strings are referred to by name in the expression.</td>
             </tr>
             <tr>
                 <td><code>container</code></td>