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=23522>. 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=23522 errenous trim in doAfterBody of org.apache.struts.taglib.html.MultiboxTag Summary: errenous trim in doAfterBody of org.apache.struts.taglib.html.MultiboxTag Product: Struts Version: 1.1 Final Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have primary key values that contain spaces (perfectly valid for any database), and the trim() in the doAfterBody method is removing the spaces, rendering an invalid checkbox input value: public int doAfterBody() throws JspException { if (bodyContent != null) this.constant = bodyContent.getString().trim(); if ("".equals(this.constant)) this.constant = null; return (SKIP_BODY); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
