FieldValue.setFieldValue(compRet, prop, val);
}
((AWPublicBookmarkable)compRet).bookmarkPostInit();
if (compRet instanceof AWProtectedBookmarkable) {
if (!((AWProtectedBookmarkable)compRet).check()) {
throw new AWSessionValidationException();
}
}
}
catch (ParseException e) {
requestContext.application().handleException(requestContext, e);