Author: steveh
Date: Fri May 13 10:13:17 2005
New Revision: 170057

URL: http://svn.apache.org/viewcvs?rev=170057&view=rev
Log:
Adding release note for BEEHIVE-709: Document tags which do not produce valid 
HTML or XHTML

Modified:
    
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/release_notes.xml
    
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/setup.xml
    
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml

Modified: 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/release_notes.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/release_notes.xml?rev=170057&r1=170056&r2=170057&view=diff
==============================================================================
--- 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/release_notes.xml
 (original)
+++ 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/release_notes.xml
 Fri May 13 10:13:17 2005
@@ -2,17 +2,32 @@
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
"http://forrest.apache.org/dtd/document-v20.dtd";>
 <document>
     <header>
-        <title>Release Notes: Beehive 1.0 Beta</title>
+        <title>Release Notes: Beehive 1.0</title>
     </header>
     <body>
-    <section>
+    <!--<section>
         <title>New Features in this Release</title>
         <p></p>
-    </section>
+    </section>-->
     <section>
         <title>Known Issues in this Release</title>
-        <section id="beehive-228">
-                       <title></title>
+        <section id="beehive-709">
+                       <title>Some &lt;netui> Tags Do Not Produce Valid HTML 
or XHTML</title>
+                       <p>The following &lt;netui> tags do not produce valid 
html/xhtml because of 
+                       namespace issues.</p>
+
+<p><strong>&lt;netui:tree runAtClient="true"></strong></p>
+  <p>The runAtClient feature adds several &lt;netui> namespace attributes to 
the rendered html 
+       tags so that tree actions can be correctly processed on the client.</p>
+<p><strong>&lt;netui:html idScope="aValue">
+       <br/>&lt;netui:html generateIdScope="true">
+    <br/>&lt;netui:scriptContainer idScope="aValue">
+       <br/>&lt;netui:scriptContainer generateIdScope="true"></strong></p>
+ <p> The idScope attribute (whether user generated or auto generated) adds 
netui:idScope 
+  attributes to the rendered &lt;html> tag, the &lt;div> tag, or both, 
depending on which of the 
+  above tags the idScope attribute is placed.</p>
+<p>These items will not validate against HTML-401-Quirks, HTML-401-Loose, or 
+XHTML-10-Transitional. </p>
         </section>
     </section>
     <section>

Modified: 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/setup.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/setup.xml?rev=170057&r1=170056&r2=170057&view=diff
==============================================================================
--- 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/setup.xml 
(original)
+++ 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/setup.xml 
Fri May 13 10:13:17 2005
@@ -94,7 +94,7 @@
                                </li>
                                <li>
                                        <a 
href="wsm/sample_AddressBook.html">Beehive AddressBookWS 
-                                               and EmployeeWS Samples</a>
+                                               and EnhancedAddressBookWS 
Samples</a>
                                </li>
                                <li>
                                        <a 
href="controls/sample_controls-db.html">Database Control 

Modified: 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml?rev=170057&r1=170056&r2=170057&view=diff
==============================================================================
--- 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml
 (original)
+++ 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml
 Fri May 13 10:13:17 2005
@@ -18,21 +18,7 @@
                        <p>The <strong>EnhancedAddressBookWS</strong> sample is 
a more comprehensive
                                version of the AddressBookWS sample: it uses 
more metadata annotations,
                                has customized annotations properties, and 
shows exception handling.</p>
-                       <!--<p><strong>EmployeeWS</strong> provides a web 
service interface for 
-                               an Employee database. Using SOAP messages, the 
web service 
-                               queries the backend database: selecting, 
updating and inserting 
-                               employee data. A Beehive database control 
connects the web 
-                               service and the database. The web service class 
is located at 
-                               
<code>EmployeeWS/WEB-INF/src/web/Service.jws</code>. The 
-                               database control is located at 
-                               
<code>EmployeeWS/WEB-INF/src/org/apache/beehive/sample/EmployeeDBControl.jcx</code>.
 
-                               Note that EmployeeDBControl is a subclass of 
DatabaseControl, 
-                               another Beehive sample. For more information 
see <a 
-                               
href="../controls/sample_controls-db.html">Database 
-                               Control</a>. </p>-->
-                       <p><!--Apache Derby supplies the database 
implementation. (Installing 
-                               Derby requires a simple JAR file download, 
described below.)--> 
-                               Apache Axis provides the automatic 
client-generation for the 
+                       <p>Apache Axis provides the automatic client-generation 
for the 
                                web services. Custom unit tests are provided to 
exercise the 
                                webservice methods. The unit tests create the 
database tables, 
                                insert new records, query the database, and 
finally drop 
@@ -118,10 +104,6 @@
                                        </p>
                                <p>Unzip the archive, locate 
<code>junit.jar</code>, and copy <code>junit.jar</code> to 
                                        <code>ANT_HOME/lib</code>.</p>
-                               <!--<p> Download the derby ZIP archive from <a 
-                                       
href="http://incubator.apache.org/derby/binaries/derby_snapshot_svnversion_46005.ZIP";>http://incubator.apache.org/derby/binaries/derby_snapshot_svnversion_46005.ZIP</a>.</p>
-                               <p>Unzip the archive, locate 
<code>derby.jar</code>, and copy <code>derby.jar</code> to 
-                                       
<code>C:/beehive_projects/EmployeeWS/WEB-INF/lib</code>.</p>-->
                                </section>
                        <section id="edit_properties_file"><title>Edit the 
<code>build.properties</code> Files</title>
                                <p>In this section you will edit the 
<code>build.properties</code> files--the files
@@ -201,7 +183,7 @@
        <br/><br/>
        <code> [junit] - Unable to find required classes 
(javax.activation.DataHandler and javax.mail.internet.MimeMultipart). 
Attachment support is disabled. </code>
        <br/><br/>
-       You can ignore this error message, since these samples does not rely on 
+       You can ignore these error messages, since these samples does not rely 
on 
        the classes mentioned. 
        </note>
                                <p>The clients consist of JUnit test cases that 
exercise the 
@@ -214,7 +196,7 @@
                                        assumptions about the Tomcat deployment 
context path, namely, 
                                        that the apps are deployed 
                                        on the context paths 
-                                               <code>AddressBookWS</code> and 
<code>EnhancedAddressBookWS</code> <!--and <code>EmployeeWS</code>-->. 
+                                               <code>AddressBookWS</code> and 
<code>EnhancedAddressBookWS</code>. 
                                        If the context paths differ from these 
values, the URL in 
                                        the build-client.xml files must be 
adjusted accordingly. </p>
                        </section>


Reply via email to