+ fieldValueId + ").setValue(\"Download\");");
bodyBuilder.appendFormalLine("((CommandButton) "
+ fieldValueId + ").setAjax(false);");
bodyBuilder.indentRemove();
bodyBuilder.appendFormalLine("} else {");
bodyBuilder.indent();
bodyBuilder.appendFormalLine(fieldValueId + " = "
+ getComponentCreation("HtmlOutputText"));
bodyBuilder.appendFormalLine("((HtmlOutputText) "
+ fieldValueId + ").setValue(\"\");");
bodyBuilder.indentRemove();