Results 1 to 2 of 2

Thread: how can I code a customized search page based on several backing entities?

  1. #1
    Join Date
    Oct 2012
    Posts
    2

    Default how can I code a customized search page based on several backing entities?

    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 contain the fields from all of the 3 classes, how can I code? I used the 'web mvc controller' in Roo shell, but I have no idea what should be the next step.

    The version of Roo is 1.2.2

  2. #2
    Join Date
    Oct 2012
    Posts
    2

    Default

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •