Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • I've seen this in an app I'm working on, and it seems if you send a domain class to a view, an in that view you try to access a field that represents a relationship you'll get this error. It work around it in my case I pilled out the relationship field in the controller, and s pass that in the map for the view. I'm not sure if there is another work around. Commented Mar 12, 2019 at 19:02
  • @virtualdogbert I have no relationships for this domain class. In fact, this is the only domain class in my app. There are also no Foreign Keys in this database table. Commented Mar 12, 2019 at 20:23
  • Well, it was worth a shot, I would post a link to your question on the Grails slack channel. grails.slack.com/messages/C07M0GTDE Commented Mar 12, 2019 at 22:55
  • @virtualdogbert Sorry but I'm not sure how to get an actual invite to the channel. I don't see where the admin's contact info is shown. Commented Mar 13, 2019 at 13:36
  • grails-slack.cfapps.io Commented Mar 14, 2019 at 14:02