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/06 21:30:48 UTC

svn commit: r168641 - /incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml

Author: ekoneil
Date: Fri May  6 12:30:47 2005
New Revision: 168641

URL: http://svn.apache.org/viewcvs?rev=168641&view=rev
Log:
Fixup the controls tutorial to change the <netui:label> references to <netui:span>

BB: self
DRT: none


Modified:
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml?rev=168641&r1=168640&r2=168641&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml Fri May  6 12:30:47 2005
@@ -244,7 +244,7 @@
     <strong>&lt;h3>Control Tutorial Test Page&lt;/h3></strong>
     &lt;p>
         <strong>Response from the hello() method on the Hello Control: 
-        &lt;netui:label style="color:#FF0000" value="${pageInput.helloMessage}"/></strong>
+        &lt;netui:span style="color:#FF0000" value="${pageInput.helloMessage}"/></strong>
     &lt;/p>
   &lt;/netui:body>
 &lt;/netui:html>
@@ -359,11 +359,11 @@
     &lt;h3>Control Tutorial Test Page&lt;/h3>
     &lt;p>
         Response from the hello() method on the Hello Control: 
-        &lt;netui:label style="color:#FF0000" value="${pageInput.helloMessage}"/>
+        &lt;netui:span style="color:#FF0000" value="${pageInput.helloMessage}"/>
     &lt;/p>
     <strong>&lt;p>
         Response from the helloParam() method on the Hello Control: 
-        &lt;netui:label style="color:#FF0000" value="${pageInput.helloParamMessage}"/>
+        &lt;netui:span style="color:#FF0000" value="${pageInput.helloParamMessage}"/>
     &lt;/p></strong>
   &lt;/netui:body>
 &lt;/netui:html></source>