[Seaside] Form action problem (and defaultAction not working at all)

Sebastian Sastre sebastian at flowingconcept.com
Mon Jul 16 21:41:54 UTC 2012


Hi there,

I've loaded Seaside 3.0.7.1 on Pharo 1.4 and the forms action issue is still there.

I am missing a patch or is still an open issue?

how are you guys getting X action executed when the user press enter in a form?

sebastian

o/

PD: to reproduce the problem you can
1. go to WAHtml5InputTest
2. set a default action like this:
	html form
		defaultAction:[self halt];
		with: [
		html table: [
….

3. browse http://localhost:8080/tests/functional/WAHtml5InputTest and submit the form	 

there are 2 problems:
1. you never get the default action executed
2. there are 2 forms in that page and they have the same action key which makes no sense


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20120716/a4ca47ef/attachment.htm


More information about the seaside mailing list