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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18264

jsp:getProperty truncates bean data at first blank

           Summary: jsp:getProperty truncates bean data at first blank
           Product: Tomcat 3
           Version: 3.3.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Servlet
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Using jsp:getProperty to retrieve the value of a property stored in a bean and display 
it in an 
input text field of a form (i.e. setting existing value in a form field for editing).  
If the bean's 
property value is a string with blanks, the form field displays only the characters up 
to the first 
blank.

If the get method is altered to convert blanks to (say) '+' characters before 
returning the value, then the entire string is displayed in the form.

Result is identical for 
both Opera and IE browsers.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to