{
public void update(final UpdatedPersonalInformationResponseEvent arg1)
{
eventBus.notifyObservers(new ShowNotificationEvent(new Notification(
"Your profile has been updated.")));
form.onSuccess();
}
});
form.addFormElement(new ValueOnlyFormElement("accountId", person.getAccountId()));