((ERXExceptionHolder)parent()).clearValidationFailed();
WOComponent result = pageWithName(choicePageName());
result.takeValueForKey(object(), "object");
result.takeValueForKey(key(), "key");
result.takeValueForKey(choices(), "choices");
result.takeValueForKey(numberOfColumns(), "numberOfColumns");
result.takeValueForKey(choiceDisplayKey(), "choiceDisplayKey");
result.takeValueForKey(context().page(), "nextPage");
result.takeValueForKey(_nextPageDelegate, "nextPageDelegate");
if (explaination() != null)
result.takeValueForKey(explaination(), "explaination");