// (see MYFACES-2561 for details)
if ((this.capabilities & EL_CC) != 0)
{
if (ExternalSpecifications.isUnifiedELAvailable())
{
valueExpression = new LocationValueExpressionUEL(getLocation(), valueExpression,
actx.getFaceletCompositionContext().getCompositeComponentLevel());
}
else
{
valueExpression = new LocationValueExpression(getLocation(), valueExpression,