--- BundleSupport.java.orig 2013-10-01 19:28:24.433721258 -0500 +++ BundleSupport.java.orig 2013-10-01 19:29:41.452325797 -0500 @@ -95,20 +95,7 @@ @Override public int doStartTag() throws JspException { locCtxt = getLocalizationContext(pageContext, basename); - return EVAL_BODY_BUFFERED; - } - - @Override - public int doEndTag() throws JspException { - if (bodyContent != null) { - try { - pageContext.getOut().print(bodyContent.getString()); - } catch (IOException ioe) { - throw new JspTagException(ioe.toString(), ioe); - } - } - - return EVAL_PAGE; + return EVAL_BODY_INCLUDE; } // Releases any resources we may have (or inherit)