[Seaside] help with a form

Brian Brown rbb at techgame.net
Tue Oct 31 18:32:01 UTC 2006


Hello all!

I have the following form defined:

	html form
		defaultAction: [self saveRecord];
		name: 'reviewForm';
		with: [self checkBoxFor: obj on: html]


and checkBoxFor:on:

		html checkbox
			submitFormNamed: 'reviewForm';
			value: object reviewed;
			callback: [:val | reviewValue := val].


When I click on the checkbox, the form is submitted as I expect, but  
saveRecord is never run... Anyone have any ideas?


Thanks!

Brian



More information about the Seaside mailing list