Guest User

Untitled

a guest
Jul 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. def addTimetable(timetable) {
  2. if(!timetable.hasErrors() && timetable.save()) {
  3. courseOffering.addToTimetables( timetable ).save(flush: true)
  4. }
  5. }
  6.  
  7.  
  8.  
  9. 2009-11-23 16:41:28,220 [5046040@qtp8-2] ERROR errors.GrailsExceptionResolver -
  10. groovy.lang.MissingMethodException: No signature of method: org.codehaus.groovy
  11. .grails.web.servlet.mvc.GrailsParameterMap.hasErrors() is applicable for argumen
  12. t types: () values: []
  13. org.codehaus.groovy.runtime.InvokerInvocationException: groovy.lang.MissingMetho
  14. dException: No signature of method: org.codehaus.groovy.grails.web.servlet.mvc.G
  15. railsParameterMap.hasErrors() is applicable for argument types: () values: []
Add Comment
Please, Sign In to add comment