<?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 double Ajax requests in 3 lines of code</title>
	<atom:link href="http://wicketinaction.com/2008/12/preventing-double-ajax-requests-in-3-lines-of-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://wicketinaction.com/2008/12/preventing-double-ajax-requests-in-3-lines-of-code/</link>
	<description>A comprehensive guide for Java developers building Wicket-based web applications</description>
	<lastBuildDate>Tue, 22 Nov 2011 11:29:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jeff Singer</title>
		<link>http://wicketinaction.com/2008/12/preventing-double-ajax-requests-in-3-lines-of-code/comment-page-1/#comment-665</link>
		<dc:creator>Jeff Singer</dc:creator>
		<pubDate>Tue, 16 Mar 2010 23:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://wicketinaction.com/?p=302#comment-665</guid>
		<description>Hi tee

Did you get the ajax-loader.gif to work?   I have tried everything I could think of, but with no success? I can show the image, but it does not animate.

It seems like there is a incompatibility between the display:none and the animated gif. 

If I make the display: &quot;&quot;     then the panel shows, the gif animates correctly.

Any help would be greatly appreciated....

Jeff</description>
		<content:encoded><![CDATA[<p>Hi tee</p>
<p>Did you get the ajax-loader.gif to work?   I have tried everything I could think of, but with no success? I can show the image, but it does not animate.</p>
<p>It seems like there is a incompatibility between the display:none and the animated gif. </p>
<p>If I make the display: &#8220;&#8221;     then the panel shows, the gif animates correctly.</p>
<p>Any help would be greatly appreciated&#8230;.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tee</title>
		<link>http://wicketinaction.com/2008/12/preventing-double-ajax-requests-in-3-lines-of-code/comment-page-1/#comment-434</link>
		<dc:creator>tee</dc:creator>
		<pubDate>Thu, 26 Feb 2009 13:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://wicketinaction.com/?p=302#comment-434</guid>
		<description>yess! that&#039;s perfect! realy cool
another hint: use css-classes! but in this case, it looks like the &quot;display:none;&quot;-setting MUST be a part of the style-Attribute.

for a transparent-grey veil-layer you can use the transparent2.png from the ModalWindow-Component
background: url(&#039;../img/transparent2.png&#039;) top left;

to get a loading-animation inside the veil-layer you can put another div inside the veil-div whith the style
background: url(&#039;../img/ajax-loader.gif&#039;) center no-repeat;

to get the ajax-loader.gif just try: http://www.ajaxload.info/

IAjaxIndicatorAware ROCKS!</description>
		<content:encoded><![CDATA[<p>yess! that&#8217;s perfect! realy cool<br />
another hint: use css-classes! but in this case, it looks like the &#8220;display:none;&#8221;-setting MUST be a part of the style-Attribute.</p>
<p>for a transparent-grey veil-layer you can use the transparent2.png from the ModalWindow-Component<br />
background: url(&#8216;../img/transparent2.png&#8217;) top left;</p>
<p>to get a loading-animation inside the veil-layer you can put another div inside the veil-div whith the style<br />
background: url(&#8216;../img/ajax-loader.gif&#8217;) center no-repeat;</p>
<p>to get the ajax-loader.gif just try: <a href="http://www.ajaxload.info/" rel="nofollow">http://www.ajaxload.info/</a></p>
<p>IAjaxIndicatorAware ROCKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cemal</title>
		<link>http://wicketinaction.com/2008/12/preventing-double-ajax-requests-in-3-lines-of-code/comment-page-1/#comment-220</link>
		<dc:creator>Cemal</dc:creator>
		<pubDate>Fri, 05 Dec 2008 18:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://wicketinaction.com/?p=302#comment-220</guid>
		<description>Martijn,

This seems to works well in the newer browsers.
Can&#039;t beat a smart but simple solution!
If you don&#039;t want to scare your user(s) too much, adding 
opacity:0.5;filter:alpha(opacity=50); 
doesn&#039;t seem to break it.

Regards - Cemal</description>
		<content:encoded><![CDATA[<p>Martijn,</p>
<p>This seems to works well in the newer browsers.<br />
Can&#8217;t beat a smart but simple solution!<br />
If you don&#8217;t want to scare your user(s) too much, adding<br />
opacity:0.5;filter:alpha(opacity=50);<br />
doesn&#8217;t seem to break it.</p>
<p>Regards &#8211; Cemal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Borges</title>
		<link>http://wicketinaction.com/2008/12/preventing-double-ajax-requests-in-3-lines-of-code/comment-page-1/#comment-218</link>
		<dc:creator>Bruno Borges</dc:creator>
		<pubDate>Fri, 05 Dec 2008 16:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://wicketinaction.com/?p=302#comment-218</guid>
		<description>Forget about IE6. It must die anyway!! :-D

Good example, btw.</description>
		<content:encoded><![CDATA[<p>Forget about IE6. It must die anyway!! :-D</p>
<p>Good example, btw.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

