evaluateExpressions(); return super.doStartTag();
if (valueEL != null) { value = (Date) ExpressionEvaluatorManager.evaluate( "value", valueEL, Date.class, this, pageContext); } if (typeEL != null) { type = (String) ExpressionEvaluatorManager.evaluate( "type", typeEL, String.class, this, pageContext); }
this.typeEL = typeEL;
this.valueEL = valueEL;