Skip to content
Advertisement

Tag: gsp

Grails Sortable Column Issue

Here, when I click on Sortable Column ‘authority’ – sorting is not done and I am getting a page refresh with the following URL: role/indexList?sort=authority&order=asc Any help much appreciated. Thanks and a note to point that I am new to grails framework Answer You probably want Role.list(params) instead of Role.findAll().

Advertisement