[Seaside-dev] Issue 16 in seaside: Lightbox with WATask

codesite-noreply at google.com codesite-noreply at google.com
Wed Oct 8 08:23:18 UTC 2008


Issue 16: Lightbox with WATask
http://code.google.com/p/seaside/issues/detail?id=16

Comment #4 by jfitzell:
Shouldn't you return "super updateRoot: aHtmlRoot" rather than self?

updateRoot: aHtmlRoot
	self activeComponent == self
		ifFalse: [ ^ self ].
	self session redirectTo: (aHtmlRoot context actionUrl
		withParameter: (aHtmlRoot context callbacks
			registerActionCallback: [ [ self answer: self go ] repeat ]))


Issue attribute updates:
	Status: Started

-- 
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