I just start using Roo with GWT and I have a very simple beginner question.
I have an entity Employee with a @ManyToOne field Employer, when the scaffold is created for Employee the views are showing the ID for Employer.
How do I set a toString or Converter in order to show the name of the Employeer ?
FraM
