Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-285

incorrect description in TextArea tag

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • V1Beta
    • Documentation
    • None
    • NetUI Tag APIDOCS

    Description

      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

      Attachments

        Activity

          People

            jerjohns Jeremiah Johnson
            jerjohns Jeremiah Johnson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment