accountService.updateAccount(account);
setAccount(accountService.getAccount(account.getUsername()));
myList = catalogService.getProductListByCategory(account.getFavouriteCategoryId());
return "success";
} catch (Exception e) {
throw new BeanActionException ("There was a problem updating your Account Information. Cause: "+e, e);
}
}