You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/06/07 10:46:51 UTC

DO NOT REPLY [Bug 29422] New: - Bug with textarea content in a multipart form

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29422>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29422

Bug with textarea content in a multipart form

           Summary: Bug with textarea content in a multipart form
           Product: Struts
           Version: 1.1 Final
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Other
         Component: File Upload
        AssignedTo: dev@struts.apache.org
        ReportedBy: sricolleau@kleegroup.com


I have a multipart form with a textarea component inside.
I use MultipartIterator and MultipartElement to retrieve the data from the 
request.
To retrieve the value of the textarea field I use the getValue() method
(from MultipartElement). The problem is that in the string that I retrieve, the 
first (and only the first) carriage return is supressed. 
Thank you for your help.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org