if (task.getError() != null) {
content.add(context.getComponentFactory().createInlineBlock("error", task.getError(), null));
}
final Form form = context.getComponentFactory().createForm(task.getId(), name(), task.getStep(), task.numberOfSteps(), task.isEditing());
final String[] parameterLabels = task.getNames();
final String[] parameterDescriptions = task.getFieldDescriptions();
final String[] errors = task.getErrors();
final String[] entryText = task.getEntryText();
final int[] noLines = task.getNoLines();