I have a datagrid with ZF and jqGrid. The user must see the last page when it changes to another section an return to the grid, in the same session.
For that, when the user paginates, a variable in session namespace is registered with the number of page. The problem is: - if I load the POST variable to know the page, the page session never will be loaded. - if I load the namespace page value, the page showed will be allways the same: if I acces the page 2, i save 2 in sesion and the page 2 is showed. I have tested to detect the referer, but HTTP_REFERER is always the same because IndexControler loads the grid content via JS calling to ListController. If someone can understan my question and have any idea... Thank you very much. JFS_S -- View this message in context: http://www.nabble.com/Load-variable-from-Namespace-%28session%29-or-getParams-%28%24_POST%29-tp24824520p24824520.html Sent from the Zend Framework mailing list archive at Nabble.com.
