if (valueEL != null) { value = (Object) ExpressionEvaluatorManager.evaluate("value", valueEL, Object.class, this, pageContext); } return super.doStartTag();
this.valueEL = valueEL;