ELText nt = this.txt.apply(ctx.getExpressionFactory(), ctx);
UIComponent c = new UIText(this.alias, nt);
c.setId(ComponentSupport.getViewRoot(ctx, parent).createUniqueId());
this.addComponent(ctx, parent, c);
} catch (Exception e) {
throw new ELException(this.alias + ": "+ e.getMessage(), e.getCause());
}
}
}