Found the answer to my own question.
in the ~.client.managed.ui package there is a Renderer class for all the entity created by Roo in my case EmployeeProxyRenderer.java
Changing the render...
Type: Posts; User: fram; Keyword(s):
Found the answer to my own question.
in the ~.client.managed.ui package there is a Renderer class for all the entity created by Roo in my case EmployeeProxyRenderer.java
Changing the render...
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...