throws FailTransferException, AbortTransferException {
((XSLT20Converter) model).setXSLT((String) value);
}
};
TextAreaEditor editor = new TextAreaEditor();
editor.setCols(100);
editor.setRows(30);
//and finally create the configurationObject
FieldInfo fieldInfo = new FieldInfo(id, label, modifier, editor);
//add the configuration to the context for usage in the http-requests.