If I understand you correctly, you can obtain a drop-down of available objects for a reference property (or action) use either autoComplete [1], or choices [2], or @DomainObject(bounded=true) [3]
HTH Dan [1] http://isis.apache.org/guides/rg.html#_rg_methods_prefixes_manpage-autoComplete [2] http://isis.apache.org/guides/rg.html#_rg_methods_prefixes_manpage-choices [3] http://isis.apache.org/guides/rg.html#_rg_annotations_manpage-DomainObject_bounded On 29 June 2015 at 03:28, Consultorio Tesis <[email protected]> wrote: > Hi! > > We are students from Argentina , we are working on the final draft in > Apache Isis. We are developing a management system turn to an online > clinic. We have problems to list objects of a class in another class. > We need to list all the doctors in the " turn" to assign class . Enum > with no problems . In the domain entity we have the property > "List<Doctor>" and the service entity > @ParameterLayout(named = "Doctores") final List<Doctor> doctores // > turnos.setDoctor(doctores); > > > Thank you very much in advance. >
