<?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: Preventing Multiple Submits On An ATG Form</title>
	<atom:link href="http://www.digitalsanctuary.com/tech-blog/java/atg/preventing-multiple-submits-on-an-atg-form.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalsanctuary.com/tech-blog/java/atg/preventing-multiple-submits-on-an-atg-form.html</link>
	<description>Java, ATG, Seam, and related Technologies</description>
	<lastBuildDate>Wed, 28 Jul 2010 19:20:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/atg/preventing-multiple-submits-on-an-atg-form.html/comment-page-1#comment-14883</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Mon, 22 Dec 2008 18:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=146#comment-14883</guid>
		<description>Very good point!!!

I&#039;m used to sites which require JS to perform most of the site actions.</description>
		<content:encoded><![CDATA[<p>Very good point!!!</p>
<p>I&#8217;m used to sites which require JS to perform most of the site actions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gux</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/atg/preventing-multiple-submits-on-an-atg-form.html/comment-page-1#comment-14882</link>
		<dc:creator>gux</dc:creator>
		<pubDate>Mon, 22 Dec 2008 18:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=146#comment-14882</guid>
		<description>But if you do that, if the user has javascript turned off, the form is not submitted at all (and that&#039;s not a rare case, with Firefox plugins like &quot;NoScript&quot;).

I would complement it with a &lt;noscript&gt; block:
&lt;noscript&gt;
&lt;dsp:input bean=&quot;CommitOrderFormHandler.commitOrder&quot; type=&quot;img&quot; src=&quot;/myapp/img/button/submitOrder.gif&quot; /&gt;
&lt;/noscript&gt;

regards,
Gustavo</description>
		<content:encoded><![CDATA[<p>But if you do that, if the user has javascript turned off, the form is not submitted at all (and that&#8217;s not a rare case, with Firefox plugins like &#8220;NoScript&#8221;).</p>
<p>I would complement it with a &lt;noscript&gt; block:<br />
&lt;noscript&gt;<br />
&lt;dsp:input bean=&#8221;CommitOrderFormHandler.commitOrder&#8221; type=&#8221;img&#8221; src=&#8221;/myapp/img/button/submitOrder.gif&#8221; /&gt;<br />
&lt;/noscript&gt;</p>
<p>regards,<br />
Gustavo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/atg/preventing-multiple-submits-on-an-atg-form.html/comment-page-1#comment-13118</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Fri, 24 Oct 2008 20:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=146#comment-13118</guid>
		<description>Brett:

the synchronized attribute is for managing form submissions to session and global components, preventing multiple form submissions from hitting the component at the same time.

It doesn&#039;t solve the problem of multiple submit clicks on a request scoped form handler, as each click can create a new request scope.

At least that&#039;s my understanding.

Devon</description>
		<content:encoded><![CDATA[<p>Brett:</p>
<p>the synchronized attribute is for managing form submissions to session and global components, preventing multiple form submissions from hitting the component at the same time.</p>
<p>It doesn&#8217;t solve the problem of multiple submit clicks on a request scoped form handler, as each click can create a new request scope.</p>
<p>At least that&#8217;s my understanding.</p>
<p>Devon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Wilson</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/atg/preventing-multiple-submits-on-an-atg-form.html/comment-page-1#comment-13117</link>
		<dc:creator>Brett Wilson</dc:creator>
		<pubDate>Fri, 24 Oct 2008 20:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=146#comment-13117</guid>
		<description>Would you not recommend using the synchronized attribute of the dsp:form tag instead?</description>
		<content:encoded><![CDATA[<p>Would you not recommend using the synchronized attribute of the dsp:form tag instead?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
