[ http://issues.apache.org/jira/browse/BEEHIVE-285?page=history ]
Steve Hanson resolved BEEHIVE-285:
----------------------------------
Assign To: Jeremiah Johnson (was: Steve Hanson)
Resolution: Fixed
Fix Version: V1Beta
Thanks for this Jeremiah.
I applied your patch.
> incorrect description in TextArea tag
> -------------------------------------
>
> Key: BEEHIVE-285
> URL: http://issues.apache.org/jira/browse/BEEHIVE-285
> Project: Beehive
> Type: Bug
> Components: Documentation
> Environment: NetUI Tag APIDOCS
> Reporter: Jeremiah Johnson
> Assignee: Jeremiah Johnson
> Priority: Minor
> Fix For: V1Beta
>
> The documentation on <netui:textArea/> says that it renders to <input
> type="text"/>; that is not correct. It renders to <textarea/>.
> Here is a correction if it is helpful:
> ===================================================================
> --- TextArea.java (revision 153440)
> +++ TextArea.java (working copy)
> @@ -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
> - jeremiah
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira