You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Ralph Schaer <rs...@datacomm.ch> on 2000/06/12 20:17:51 UTC

Suggestion: Remove linefeed in TextAreaTag

Hi

I suggest to remove the linefeed at line 124
         results.append(">\r\n");

         results.append(">");

and at line 149
         results.append("\r\n</textarea>");

        results.append("</textarea>");

these linefeeds add an empty line in the text area. When the user enters
data, first he has to delete this line