addComponent(log);
Panel confPanel = new ConfigurationPanel();
addComponent(confPanel);
final FieldGroup fieldGroup = new BeanFieldGroup<Person>(Person.class);
fieldGroup.addCommitHandler(new CommitHandler() {
@Override
public void preCommit(CommitEvent commitEvent)
throws CommitException {
if (configuration.preCommitFails) {