Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.0.4
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
I'm creating a very simple GSP page here (join.gsp), but I doesn't work: it complains that the controller name is missing. I find that very strange, since it's an exact copy of create.gsp (which is autogenerated).I've created a couple of new projects, but each project which uses domain classes in packages has this problem. Currently, even the g:sortableColumns do not work (and they don't have a controller property, so the 'fix' doesn't work there. The error I get is the following:
org.codehaus.groovy.grails.web.mapping.exceptions.UrlMappingException: Unable to create URL for mapping [/(*)/(*)?/(*)?] and parameters [{sort=id, order=asc, action=join}]. Parameter [controller] is required, but was not specified!
at Users_erikp_UserFiles_Projects_byveo_grails_app_views_group_join_gsp.run(Users_erikp_UserFiles_Projects_byveo_grails_app_views_group_join_gsp:27)
please attach an example