dewarim / cinnamon

Cinnamon CMS Server
Other
13 stars 7 forks source link

GRE when editing IndexType #153

Closed dewarim closed 6 years ago

dewarim commented 7 years ago
http://localhost:8080/cinnamon/indexType/show/55 click on edit leads to http://localhost:8080/cinnamon/indexType/index with GRE `URI /cinnamon/indexType/index Class java.lang.NullPointerException Message Error processing GroovyPageView: Error executing tag : Cannot get property 'index' on null object Caused by Cannot get property 'index' on null object Trace Line Method ->> 528 doFilter in /indexType/edit.gsp
Caused by GrailsTagException: Error executing tag : Cannot get property 'index' on null object ->> 72 doCall in /WEB-INF/grails-app/views/indexType/edit.gsp
Caused by NullPointerException: Cannot get property 'index' on null object ->> 76 doCall in gsp_cinnamon_indexTypeedit_gsp$_run_closure2$_closure9
93 doCall in gsp_cinnamon_indexTypeedit_gsp$_run_closure2
96 run . . . in gsp_cinnamon_indexTypeedit_gsp`