public String accountDetails(Account account) { services.setAccountEdit(account); return "Details"; }
@PostConstruct public void init() { customer = services.getCustomerEdit(); customer.setAccounts(services.getAccountsByCustomer(customer)); }