} else {
FormSortId idx = method.getAnnotation(FormSortId.class);
IConfig xmlElement = fillElement(prefix,method, toXmlString(element,methodName));
ObjectList nextList = list;
if (!MString.isEmpty(element.group())) {
nextList = findGroupList(element, list);
}
FObject next = createModelObjectFromXml(xmlElement,target, nextList);