[Seaside] Jquery submit loads page

Paul DeBruicker pdebruic at gmail.com
Wed Oct 19 16:11:53 UTC 2011


On 11-10-19 09:08 AM, Norbert Hartl wrote:
> html form with: [
> 	html submitButton
> 		onClick: (html jQuery ajax serializeForm );
> 		with: 'foo' ]
Adding bePush would stop it from acting like a submit button, in the 
traditional sense, but still style it like one and the form would still 
be POSTed because of the jQuery you include.  IS that what you have in mind?


html form with: [
	html submitButton
		bePush;
		onClick: (html jQuery ajax serializeForm );
		with: 'foo' ]



More information about the seaside mailing list