public void onClick(ClickEvent event) {
final VCard4Factory profileFactory = OswServiceFactory
.getService().getProfileFactory();
final Profile profile = profileFactory.profile();
try {
// prepare for updating and check for empty values
if (avatarF.getAvatarUri().length() > 0)
profile.addField(profileFactory.photo(avatarF.getAvatarUri()));