I'm using jqgrid with Grails and everything looks great when the page initially shows (http://someserver/item/list). When I navigate to a different page (http://someserver/item/edit/1) and submit my values the Controller saves info to the database and issues a redirect back to my list page. Once the redirect happens my table is still visible but there is no data in the table. The grid is never calling my service to load the new json data. Has anybody ran into this before? Is there any workaround? I should also state that after the redirect, if I do a manual browser refresh my table is still empty.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top