[prev in list] [next in list] [prev in thread] [next in thread] 

List:       struts-dev
Subject:    DO NOT REPLY [Bug 23522]  -
From:       bugzilla () apache ! org
Date:       2003-09-30 20:32:37
[Download RAW message or body]

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 lquijano@hotpop.com  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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic