101102103104105106107108109110111112113114
protected void gwtSetUp() throws Exception { Address a = new Address(); a.setCity("city"); a.setStreet("street"); Person m = new Person(); m.setName("manager"); person = new Person(); person.setName("name"); person.setAddress(a); person.setManager(m); editor = new PersonEditorWithCoAddressEditorView();