Author: steveh
Date: Wed Mar 2 14:06:44 2005
New Revision: 155965
URL: http://svn.apache.org/viewcvs?view=rev&rev=155965
Log:
Fix for BEEHIVE-285: incorrect description in TextArea tag
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/TextArea.java
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/TextArea.java
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/TextArea.java?view=diff&r1=155964&r2=155965
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/TextArea.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/html/TextArea.java
Wed Mar 2 14:06:44 2005
@@ -30,9 +30,9 @@
/**
* Renders a databound TextArea with the given attributes.
- * @jsptagref.tagdescription Renders an HTML <input> tag of type "text".
+ * @jsptagref.tagdescription Renders an HTML <textarea> tag.
*
- * <pre> <input type="text"/></pre>
+ * <pre> <textarea/></pre>
* @example In this sample a text area reads from and writes to the Form Bean's
* description property. If the submitted value is NULL the default value is
specified
* by the Page Flow's