public WOComponent editList() {
if (parent() instanceof ERXExceptionHolder)
((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");