[Seaside] 2.5a5 ported to VW

Bany, Michel mbany at cincom.com
Wed Jul 7 14:04:24 CEST 2004


Avi,

Some more compiler warnings (undeclared) from VisualWorks

WAApplicationEditor>>children

	"Delete this method ?"

	^ Array with: configEditor

configEditor is undeclared


WAInputDialog>>renderContentOn: html

	html heading: message level: 3. "<==== Delete this line ?"

	html form: [
		html defaultAction: [self answer: value].
		html textInputWithValue: value callback: [:v | value := v].
		html space.
		html submitButtonWithText: self label.
	]

message is undeclared


WASimpleNavigation>>selectedController

	"Delete this method ?"

	^ (controllers detect: [:ea | ea key = self selection] ifNone: [^
nil]) value

controllers is undeclared> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20040707/cbbdeedc/attachment.htm


More information about the Seaside mailing list