if (scope != null) {
                scope = BindEvaluatorXUtil.eval(evalx, comp, expr = scope, String.class);
                if (Strings.isBlank(scope)) {
                    throw new UiException(MiscUtil
                            .formatLocationMessage("evaluated queue scope is empty, expression is " + expr, initanno));