You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by be...@incubator.apache.org on 2004/10/20 18:08:37 UTC

[Apache Beehive Wiki] Updated: NetUI

   Date: 2004-10-20T09:08:36
   Editor: DarylOlander <do...@bea.com>
   Wiki: Apache Beehive Wiki
   Page: NetUI
   URL: http://wiki.apache.org/beehive/NetUI

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -5,5 +5,15 @@
 
 = Overview =
 
+= Tags =
+NetUI contains three primary tag libraries, HTML, Databinding and Templates.  The tag libraries are based upon JSP 2.0. The HTML tag set
+represents the core HTML tags.  In addition, the library contains the base classes for the other two tag libraries.  The Databinding tag
+library contains the advance databinding tags such as repeater and grid.  Finally, the Template tag library is a very simple template
+tag set.
+
+ * [wiki:/HtmlTags Html Tags]
+ * Databinding
+ * Templates
+
 = Additional Resources =
  * [wiki:/Testing Testing]