Author: dolander
Date: Wed Aug 24 12:07:45 2005
New Revision: 239733
URL: http://svn.apache.org/viewcvs?rev=239733&view=rev
Log:
Update for a potential build break
Modified:
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/jspOverview.xml
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/tagsOverview.xml
Modified:
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/jspOverview.xml
URL:
http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/jspOverview.xml?rev=239733&r1=239732&r2=239733&view=diff
==============================================================================
---
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/jspOverview.xml
(original)
+++
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/jspOverview.xml
Wed Aug 24 12:07:45 2005
@@ -63,7 +63,7 @@
</source>
<p> After the common prolog, the JSP page can be written like most any
other JSP pages. The NetUI HTML tags can
- be configured to support both the HTML 4.01 spec and XHTML. See
the <a href="site:pageflow_tag_html_mapping">
+ be configured to support both the HTML 4.01 spec and XHTML. See
the <a href="site:pageflow_tag_htmlMapping">
HTML to NetUI Tag</a> topic to see how the NetUI tags relate to
HTML. In addition to the prolog and
using the HTML tags to represent the HTML structure,
<code><netui:base></code>
should be present within the <code><head></code> element.
This will ensure that relative URIs are
Modified:
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/tagsOverview.xml
URL:
http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/tagsOverview.xml?rev=239733&r1=239732&r2=239733&view=diff
==============================================================================
---
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/tagsOverview.xml
(original)
+++
beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/pageflow/tagsOverview.xml
Wed Aug 24 12:07:45 2005
@@ -12,16 +12,20 @@
libraries, the core HTML tags, the data grid and a simple set
of template tags.
</p>
<table>
- <tr><th width="375pt">Tag Library URI</th><th
width="100pt">Prefix</th><th>Description</th></tr>
-
<tr><td>http://beehive.apache.org/netui/tags-html-1.0</td><td>netui</td><td>
- This is the primary tag library supporting HTML, including
the form controls. In addition,
+ <tr><th>Tag Library
URI</th><th>Prefix</th><th>Description</th></tr>
+
<tr><td><code>http://beehive.apache.org/netui/tags-html-1.0</code></td><td>netui</td><td>
+ This is the primary tag library supporting HTML, including
the form controls. It provides a number
+ of features, used throughout the tag libraries, such as
error reporting and base tags. In addition,
it contains the Tree support.</td></tr>
<tr><td>http://beehive.apache.org/netui/tags-databinding-1.0</td><td>netui-data</td><td>
- This tag library provides binding to relational data,
providing the Data Grid.</td></tr>
+ This tag library provides binding to relational data,
providing the Data Grid. The feature
+ spans uses from simple tables, to sortable, filterable,
pageable and updateable grids.
+ </td></tr>
<tr><td>http://beehive.apache.org/netui/tags-template-1.0</td><td>netui-template</td><td>
This tag library provides a very simple templating
facility, allowing common elements such
as headers, footers, etc.</td></tr>
</table>
+ <p></p>
</section>
</body>
</document>