Beispiel #1
0
  public int doStartTag() throws JspException {
    super.doStartTag();

    if (!skip()) {

      if (!ifnull) return SKIP_BODY;

      removeAttributes();
    }

    return EVAL_BODY_INCLUDE;
  }
Beispiel #2
0
 public void release() {
   ifnull = false;
   super.release();
 }