[Seaside] Re: Seaside login - a write up

radoslav hodnicak rh at 4096.sk
Thu Sep 30 21:19:53 CEST 2004


On Thu, 30 Sep 2004, Stefano Turri wrote:

> I'm trying this in 2.5b4 using Squeak 3.7 and the password field is not
> hidden.
>
> It seems that the following method has a wrong attribute type for the
> input field:
>
> WAHtmlRenderer>>passwordInputWithValue: anObject callback: callbackBlock
> 	self
> 		valueInputOfType: 'text'
> 		value: anObject
> 		callback: callbackBlock

Must be recent regression. I have 2.5b2 and there's 'password' there.
Also, the method is called #passwordInputWithCallback: (no value, you
probably don't want to supply passwords anyhow)

rado



More information about the Seaside mailing list