[Seaside] Missing #fixTemps in #textInputXXX family of methods

Yar Hwee Boon hboon at motionobj.com
Mon Mar 14 15:22:27 CET 2005


Running the following:

html
		form: [#(1 2 )
				do: [:e | html textInputWithValue: e callback: [:v | e inspect]].
			html submitButton].

should pop up inspectors for 1 and 2, instead of 2 and 2.

A simple fix is to add a #fixTemp call to #textInputWithValue: anObject 
callback:. Maybe its possible to refactor a little and move all the 
#fixTemps into #valueInputOfType:value:callback: ?

--
HweeBoon
MotionObj
(65) 6764-9774



More information about the Seaside mailing list