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.
