737475767778798081
* @see Page#onInit() */ public void onInit() { super.onInit(); CustomerService customerService = getCustomerService(); investmentSelect.add(Option.EMPTY_OPTION); investmentSelect.addAll(customerService.getInvestmentCatetories()); }