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

svn commit: r169712 - in /incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow: pageflow_jsp.xml tutorial_pageflow.xml

Author: ekoneil
Date: Wed May 11 16:03:48 2005
New Revision: 169712

URL: http://svn.apache.org/viewcvs?rev=169712&view=rev
Log:
Patch from Chad Schoettger to fix a couple of the problems mentioned in JIRA 665.

BB: self
DRT: none


Modified:
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/pageflow_jsp.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/pageflow_jsp.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/pageflow_jsp.xml?rev=169712&r1=169711&r2=169712&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/pageflow_jsp.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/pageflow_jsp.xml Wed May 11 16:03:48 2005
@@ -242,9 +242,9 @@
 
 <source>
 <strong>&lt;netui:form action="processLogin" method="POST"&gt;
-  &lt;netui:textBox name="username" size="20"/&gt;
-  &lt;netui:textBox name="username" size="20" password="true"/&gt;
-  &lt;netui:button  type="submit"   value="Login"/&gt;
+  &lt;netui:textBox dataSource="actionForm.username" size="20"/&gt;
+  &lt;netui:textBox dataSource="actionForm.password" size="20" password="true"/&gt;
+  &lt;netui:button type="submit" value="Login"/&gt;
 &lt;/netui:form&gt;</strong>
 </source>
 

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml?rev=169712&r1=169711&r2=169712&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml Wed May 11 16:03:48 2005
@@ -14,7 +14,7 @@
                     <li>how to create a basic Page Flow web application.</li>
                     <li>how to coordinate user navigation with Forward methods.</li>
                     <li>how to handle data submission and processing with data binding and Form Beans.</li>
-                    <li>how to create a user interface with the &lt;neuti> JSP tag library.</li>
+                    <li>how to create a user interface with the &lt;netui> JSP tag library.</li>
                     <li>how Page Flows help to separate data processing and data presentation.</li>
                 </ul>
             </section>