<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Struts 2 ParametersInterceptor</title>
	<atom:link href="http://www.ericmmartin.com/struts-2-parametersinterceptor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericmmartin.com/struts-2-parametersinterceptor/</link>
	<description></description>
	<lastBuildDate>Sun, 18 Jul 2010 17:50:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Prasnath</title>
		<link>http://www.ericmmartin.com/struts-2-parametersinterceptor/#comment-9347</link>
		<dc:creator>Prasnath</dc:creator>
		<pubDate>Thu, 03 Sep 2009 10:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=39#comment-9347</guid>
		<description>Thanks eric , 
After long search i got here .... you are a champ 
Keep up the good work</description>
		<content:encoded><![CDATA[<p>Thanks eric ,<br />
After long search i got here .... you are a champ<br />
Keep up the good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.ericmmartin.com/struts-2-parametersinterceptor/#comment-4148</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 27 Oct 2008 21:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=39#comment-4148</guid>
		<description>Thanks, man! That really helped me out!</description>
		<content:encoded><![CDATA[<p>Thanks, man! That really helped me out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Martin</title>
		<link>http://www.ericmmartin.com/struts-2-parametersinterceptor/#comment-3341</link>
		<dc:creator>Eric Martin</dc:creator>
		<pubDate>Sat, 20 Sep 2008 03:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=39#comment-3341</guid>
		<description>@s2-newB - Thanks for the suggestion. Since that is the same parameter that jQuery uses, wouldn&#039;t the excludeParams example that I gave do the same thing?</description>
		<content:encoded><![CDATA[<p>@s2-newB - Thanks for the suggestion. Since that is the same parameter that jQuery uses, wouldn't the excludeParams example that I gave do the same thing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s2-newB</title>
		<link>http://www.ericmmartin.com/struts-2-parametersinterceptor/#comment-3338</link>
		<dc:creator>s2-newB</dc:creator>
		<pubDate>Sat, 20 Sep 2008 00:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=39#comment-3338</guid>
		<description>prototype.js (v1602) appends an additional request parameter (&#039;&amp;_=&#039;) for certain browsers. To suppress via code, implement &lt;code&gt;ParameterAware&lt;/code&gt; like so:

&lt;pre&gt;&lt;code&gt;@SuppressWarnings(&quot;unchecked&quot;)
@Override
public void setParameters(Map parameters) {
  // prototype.js appends a request parameter &#039;_=&#039; 
  if (parameters.get(&quot;_&quot;) != null) {
    parameters.remove(&quot;_&quot;);
  }
}&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>prototype.js (v1602) appends an additional request parameter ('&amp;_=') for certain browsers. To suppress via code, implement <code>ParameterAware</code> like so:</p>
<pre><code>@SuppressWarnings("unchecked")
@Override
public void setParameters(Map parameters) {
  // prototype.js appends a request parameter '_='
  if (parameters.get("_") != null) {
    parameters.remove("_");
  }
}</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cemo</title>
		<link>http://www.ericmmartin.com/struts-2-parametersinterceptor/#comment-2164</link>
		<dc:creator>Cemo</dc:creator>
		<pubDate>Fri, 25 Jul 2008 18:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=39#comment-2164</guid>
		<description>Thanks. Very useful.</description>
		<content:encoded><![CDATA[<p>Thanks. Very useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
