You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org> on 2005/02/11 20:18:14 UTC

[jira] Created: (BEEHIVE-285) incorrect description in TextArea tag

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
 Assigned to: Steve Hanson 
    Priority: Minor


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 &lt;input> tag of type "text".
+ * @jsptagref.tagdescription Renders an HTML &lt;textarea> tag.
  *
- * <pre>    &lt;input type="text"/></pre>
+ * <pre>    &lt;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


[jira] Closed: (BEEHIVE-285) incorrect description in TextArea tag

Posted by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-285?page=history ]
     
Jeremiah Johnson closed BEEHIVE-285:
------------------------------------


> 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 &lt;input> tag of type "text".
> + * @jsptagref.tagdescription Renders an HTML &lt;textarea> tag.
>   *
> - * <pre>    &lt;input type="text"/></pre>
> + * <pre>    &lt;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


[jira] Resolved: (BEEHIVE-285) incorrect description in TextArea tag

Posted by "Steve Hanson (JIRA)" <be...@incubator.apache.org>.
     [ 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 &lt;input> tag of type "text".
> + * @jsptagref.tagdescription Renders an HTML &lt;textarea> tag.
>   *
> - * <pre>    &lt;input type="text"/></pre>
> + * <pre>    &lt;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