323334353637383940
public List<Cart> getPersonList() { return cartService.getPersons(); } public String onCreate() { this.cart = new Cart(); this.conversation.begin(); return "/edit"; }
353637383940414243
public List<User> getPersonList() { return userService.getUsers(); } public String onCreate() { this.user = new User(); this.conversation.begin(); return "/edit"; }