// TODO: validation
try {
// If anything changed in the object, applyModifier() returns true
// and we create an event to report the changes
if (wrapper.applyModifier(request.getModifyAttribute()))
event = createModifyEvent(request,wrapper);
response = request.getResponse();
response.setLastResponse(true);
} catch (Exception e) {