InputField hidden = new InputField(helper.getStatusExpression(), draggedEmployee.getMatriculationCode(), InputField.InputType.HIDDEN);
AppendContentAction appendAction = new AppendContentAction("employees", new LinkedList<Component>(Arrays.asList(item, hidden)));
AjaxResponse response = new AjaxResponseImpl();
response.addAction(appendAction);
return response;
}
else {
return null;