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><h3>Control Tutorial Test Page</h3></strong>
<p>
<strong>Response from the hello() method on the Hello Control:
- <netui:label style="color:#FF0000"
value="${pageInput.helloMessage}"/></strong>
+ <netui:span style="color:#FF0000"
value="${pageInput.helloMessage}"/></strong>
</p>
</netui:body>
</netui:html>
@@ -359,11 +359,11 @@
<h3>Control Tutorial Test Page</h3>
<p>
Response from the hello() method on the Hello Control:
- <netui:label style="color:#FF0000"
value="${pageInput.helloMessage}"/>
+ <netui:span style="color:#FF0000"
value="${pageInput.helloMessage}"/>
</p>
<strong><p>
Response from the helloParam() method on the Hello Control:
- <netui:label style="color:#FF0000"
value="${pageInput.helloParamMessage}"/>
+ <netui:span style="color:#FF0000"
value="${pageInput.helloParamMessage}"/>
</p></strong>
</netui:body>
</netui:html></source>