I used the 'web mvc controller', and implemented my custom finder method in controller class - the method is copied/modified from another controller's list() method.
Type: Posts; User: xpdz; Keyword(s):
I used the 'web mvc controller', and implemented my custom finder method in controller class - the method is copied/modified from another controller's list() method.
As we know, Roo will create a list pages for every entity. Suppose I have 3 domain classes - Company, Dept. and Employee, I want to display the detail info in a customized list page, which will...