private void handleBody()
throws JspException, ServletException, IOException, ELException
{
PageContextImpl pageContext = (PageContextImpl) this.pageContext;
ELContext env = pageContext.getELContext();
String url = _urlExpr.evalString(env);
if (url == null || url.equals(""))
throw new JspTagException(L.l("URL may not be null for `{0}'",