try { String s = bodyOut.getString(); System.err.println(s); if (toBrowser) bodyOut.writeOut(bodyOut.getEnclosingWriter()); return SKIP_BODY; } catch (IOException ex) { throw new JspTagException(ex.toString()); }
return EVAL_BODY_TAG;
if (value == null) toBrowser = false; else if (value.equalsIgnoreCase("true")) toBrowser = true; else toBrowser = false;