<?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"
	>
<channel>
	<title>Comments on: How to stop non-ajax form submits in wicket</title>
	<atom:link href="http://richard-wilkinson.co.uk/2008/04/05/how-to-stop-non-ajax-form-submits-in-wicket/feed/" rel="self" type="application/rss+xml" />
	<link>http://richard-wilkinson.co.uk/2008/04/05/how-to-stop-non-ajax-form-submits-in-wicket/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Tue, 07 Sep 2010 09:10:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Richard</title>
		<link>http://richard-wilkinson.co.uk/2008/04/05/how-to-stop-non-ajax-form-submits-in-wicket/#comment-9493</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 22 Aug 2010 13:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.richard-wilkinson.co.uk/?p=14#comment-9493</guid>
		<description>Or actually it may be event.preventDefault();</description>
		<content:encoded><![CDATA[<p>Or actually it may be event.preventDefault();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://richard-wilkinson.co.uk/2008/04/05/how-to-stop-non-ajax-form-submits-in-wicket/#comment-9490</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 22 Aug 2010 09:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.richard-wilkinson.co.uk/?p=14#comment-9490</guid>
		<description>hmm, totally untested, but try this javascript, which *should* be the jQuery equivalent.

$('formId').submit(function(event){event.stopPropagation();
$('submitId').click();});</description>
		<content:encoded><![CDATA[<p>hmm, totally untested, but try this javascript, which *should* be the jQuery equivalent.</p>
<p>$(&#8217;formId&#8217;).submit(function(event){event.stopPropagation();<br />
$(&#8217;submitId&#8217;).click();});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryant Larsen</title>
		<link>http://richard-wilkinson.co.uk/2008/04/05/how-to-stop-non-ajax-form-submits-in-wicket/#comment-9450</link>
		<dc:creator>Bryant Larsen</dc:creator>
		<pubDate>Fri, 20 Aug 2010 21:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.richard-wilkinson.co.uk/?p=14#comment-9450</guid>
		<description>Richard,

This is a great solution.  I do have one question though:  My organization has decided to use jQuery and including the  prototype.js breaks the layout of the page.

Would you be willing to re-write the getScript() method to use j-Query?  I am already including j-Query 1.4.2 and the JavaScript side of things is not where I dabble.  Basically, I can't figure it out. 

Thanks for your site.
Bryant</description>
		<content:encoded><![CDATA[<p>Richard,</p>
<p>This is a great solution.  I do have one question though:  My organization has decided to use jQuery and including the  prototype.js breaks the layout of the page.</p>
<p>Would you be willing to re-write the getScript() method to use j-Query?  I am already including j-Query 1.4.2 and the JavaScript side of things is not where I dabble.  Basically, I can&#8217;t figure it out. </p>
<p>Thanks for your site.<br />
Bryant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Workman</title>
		<link>http://richard-wilkinson.co.uk/2008/04/05/how-to-stop-non-ajax-form-submits-in-wicket/#comment-13</link>
		<dc:creator>Steve Workman</dc:creator>
		<pubDate>Tue, 19 Aug 2008 21:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.richard-wilkinson.co.uk/?p=14#comment-13</guid>
		<description>Richard, that script worked a treat. Nice one!</description>
		<content:encoded><![CDATA[<p>Richard, that script worked a treat. Nice one!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
