[Seaside-dev] Issue 279 in seaside: Select List without #callbacks:

codesite-noreply at google.com codesite-noreply at google.com
Mon Jan 12 22:05:37 UTC 2009


Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical Version-Seaside2.9 Version-Seaside2.8

New issue 279 by renggli: Select List without #callbacks:
http://code.google.com/p/seaside/issues/detail?id=279

A select list without callback block triggers "random" other callbacks on  
the page.

renderContentOn: html
	html form: [
		html select
			list: #(1 2 3 4 5 6 7 8).
		html submitButton
			callback: [ self halt ];
			with: 'Hallo' ]

The halt is never executed though.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list