
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
Hello,
I ran WebAlbum and ran into the following errors:
Grails Runtime ExceptionMessage: No signature of method: static
User.list() is applicable for argument types:
(org.codehaus.groovy.grails.web.servlet.mvc.GrailsParameterMap) values:
{["sort":"id", "max":10, "order":"desc", "action":"list", "controller":"user"]}
Caused by: groovy.lang.MissingMethodException: No signature
of method: static User.list() is applicable for argument types:
(org.codehaus.groovy.grails.web.servlet.mvc.GrailsParameterMap) values:
{["sort":"id", "max":10, "order":"desc", "action":"list", "controller":"user"]}
Class: UserController
At Line: [118]
Code Snippet:
118: [ list: User.list(params), paginateCount: User.count()
]
119: }
I had to run grails update first since this was originally built for
1.0.2. Is anyone working to update the example?
Regards
Jo