I have 2 domains: user & item + corresponding controllers. There is no link (domains don't have a relationship) between user & item. I need to create a view that displays information from both user & item. For example list all users and items in a single view. How can I achieve that? What would be the right approach?
Thank you.
Grails uses a convention but that convention can easily be broken.
grails-app/views/some/list.gsp