methodExpression = reWrapMethodExpression(context.getApplication().getExpressionFactory().
createMethodExpression(elContext,
attributeExpressionString, Void.TYPE,
VALIDATOR_SIGNATURE), attributeNameValueExpression);
validator = new MethodExpressionValidator(methodExpression);
}
((EditableValueHolder)innerComponent).addValidator( validator );
mctx.addMethodExpressionTargeted(innerComponent, targetAttributeName, validator);
}
else if ("valueChangeListener".equals(targetAttributeName))