<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Table empty after server-side redirect</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/table-empty-after-server-side-redirect</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/table-empty-after-server-side-redirect/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>aoathout on Table empty after server-side redirect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/table-empty-after-server-side-redirect#p17846</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/table-empty-after-server-side-redirect#p17846</guid>
        	        	<description><![CDATA[<p>Ok, I just got this working. I thought is was related to sitemesh and artifacts being included from the main template layout. But it came down to the &#39;url&#39; and &#39;editurl&#39; options on the grid not pointing to a full path. During initial render I was using just the action name of the grails controller (&#39;itemList&#39;) which worked great. but after redirect things broke. When I changed to &#39;url&#39; and &#39;editurl&#39; to use the grails createLink tag url=${createLink(action: &#39;itemList&#39;)} things worked after the redirect.</p>
]]></description>
        	        	<pubDate>Wed, 09 Jun 2010 22:40:02 +0300</pubDate>
        </item>
        <item>
        	<title>aoathout on Table empty after server-side redirect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/table-empty-after-server-side-redirect#p17845</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/table-empty-after-server-side-redirect#p17845</guid>
        	        	<description><![CDATA[<blockquote>
<p>bodyjar said:Is your redirect is a javascript browser back or a http redirect (3xx) ?</p>
</blockquote>
<hr />
<p>It is a http redirect. The grails redirect call uses HttpServletReponse.sendRedirect() behind the scenes.</p>
]]></description>
        	        	<pubDate>Wed, 09 Jun 2010 22:26:50 +0300</pubDate>
        </item>
        <item>
        	<title>bodyjar on Table empty after server-side redirect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/table-empty-after-server-side-redirect#p17843</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/table-empty-after-server-side-redirect#p17843</guid>
        	        	<description><![CDATA[<p>Is your redirect is a javascript browser back or a http redirect (3xx) ?</p>
]]></description>
        	        	<pubDate>Wed, 09 Jun 2010 21:46:09 +0300</pubDate>
        </item>
        <item>
        	<title>aoathout on Table empty after server-side redirect</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/table-empty-after-server-side-redirect#p17839</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/table-empty-after-server-side-redirect#p17839</guid>
        	        	<description><![CDATA[<p>I&#39;m using jqgrid with Grails and everything looks great when the page initially shows (<a onclick="javascript:pageTracker._trackPageview(&#39;/outbound/article/http://&#38;lt;someserver&#38;gt;/item/list&#39;);" rel="nofollow" href="http://someserver&#38;gt;/item/list" target="_blank">http://someserver/item/list</a>). When I navigate to a different page (<a onclick="javascript:pageTracker._trackPageview(&#39;/outbound/article/http://&#38;lt;someserver&#38;gt;/item/edit/1&#39;);" rel="nofollow" href="http://&#38;lt;someserver&#38;gt;/item/edit/1" target="_blank">http://someserver/item/edit/1</a>) 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.</p>
]]></description>
        	        	<pubDate>Wed, 09 Jun 2010 21:10:00 +0300</pubDate>
        </item>
</channel>
</rss>