Grails controller scaffold default view not displaying the data in the controller -


i have created several controllers in grails project , put data each controller in bootstrap, data not appear in table each controller scaffold provides default view. have checked inside dbconsole data there, is. have refreshed dependencies make version of scaffolding plugin not corrupted. using grails 2.3.5 , scaffolding 2.0.1.are there suggestions of wrong?

class departmentcontroller {     static scaffold=department      def index() { } } 

looking @ other examples of using scaffolding realize should have taken out index portion of code, though empty.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -