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

Erroneous trim in doAfterBody of MultiboxTag





------- Additional Comments From [EMAIL PROTECTED]  2003-09-30 20:32 -------
Wouldn't be it more appropiate to use:

    public int doAfterBody() throws JspException {

        if (bodyContent != null)
            this.constant = bodyContent.getString();
        if (StringUtils.isBlank(this.constant))
            this.constant = null;
        return (SKIP_BODY);

    }

??

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

Reply via email to