469470471472473474475
final GeneratorContext context = this.getGeneratorContext(); context.debug(Constants.FORM_PANEL); context.debug("id=" + id); return new BindWidgetTemplatedFile(Constants.FORM_TEMPLATE, id); }
573574575576577578579
final GeneratorContext context = this.getGeneratorContext(); context.debug(Constants.HTML); context.debug("id=" + id); return new BindWidgetTemplatedFile(Constants.HTML_TEMPLATE, id); }