*/
public class HtmlFormBuilderUpload extends HtmlFormBuilderItem {
@Override
public void renderView() {
HtmlCustomOutputLabel output = new HtmlCustomOutputLabel(properties);
if (file == null) {
HtmlInputFile input = new HtmlInputFile();
if (getDataUuid() != null) {
input.setId(getDataUuid());