Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Beehive Wiki" for 
change notification.

The following page has been changed by RichFeit:
http://wiki.apache.org/beehive/DocConventions

------------------------------------------------------------------------------
            another line</p>
     }}}
     * rich / eddie / steveh +1
-      An exception is the <source> tag.
+     An exception is the <source> tag.
-      The following looks ugly in the browser because it produces excessive 
white space:
+     The following looks ugly in the browser because it produces excessive 
vertical white space:
-      {{{
+    {{{
-      <source><![CDATA[
+    <source><![CDATA[
-          <netui:span value="${pageScope.fooAttribute}"/>
+        <netui:span value="${pageScope.fooAttribute}"/>
-      ]]></source>
+    ]]></source>
-      }}}
+    }}}
-      Instead, use the following:
+    Instead, use the following:
-      {{{
+    {{{
-      <source><![CDATA[ <netui:span value="${pageScope.fooAttribute}"/> 
]]></source>
+    <source><![CDATA[ <netui:span value="${pageScope.fooAttribute}"/> 
]]></source>
-      }}}
+    }}}
-      * steveh +1
+    * steveh / rich +1
   1. Right margin is 120 characters.
     * daryl / rich / eddie / steveh +1
     
@@ -45, +45 @@

     * rich / steveh +1
   1. "'''NetUI web project'''" to describe a set of files that can be built 
into a webapp.  In most cases we will be talking about a "NetUI web project", 
unless we're talking about the actual thing that got built/deployed.
     * rich / steveh +1
-  1. "'''page flow controller'''" for the controller class (extended from 
PageFlowController) piece of a page flow.
+  1. "'''page flow controller'''" for the controller class (extended from 
Page``Flow``Controller) piece of a page flow.
     * rich / steveh +1
-  1. "'''shared flow controller'''" for a controller class that extends 
SharedFlowController and which can be used by page flows.
+  1. "'''shared flow controller'''" for a controller class that extends 
Shared``Flow``Controller and which can be used by page flows.
     * rich / steveh +1
   1. "'''Shared Flow'''" for the feature that allows you to create/use shared 
flow controllers.
     * rich / steveh +1
-  1. "'''shared flow'''" -- ''delete this term from the doc'' -- replace with 
"shared flow".
+  1. "'''a shared flow'''" -- ''delete this term from the doc'' -- replace 
with "a shared flow controller".
-    * rich +1 steveh +? Do you mean "replace with Shared Flow"?
+    * rich +1 steveh +? Do you mean "replace with Shared Flow"? (''rich: 
whoops, this is fixed now'')
-  1. "'''controller class'''" as a general term for a page flow controller or 
a shared flow controller (e.g., the class myPageFlow.MyController)
+  1. "'''controller class'''" as a general term for a page flow controller or 
a shared flow controller (e.g., the class myPageFlow.My``Controller)
     * rich / steveh +1
   1. "'''controller file'''" -- ''delete this term from the doc''
     * rich /steveh +1

Reply via email to