[Seaside] Seaside login - a write up

radoslav hodnicak rh at 4096.sk
Tue Sep 28 00:26:35 CEST 2004


On Mon, 27 Sep 2004, Roger Whitney wrote:

> renderContentOn: html
> 	html attributeAt: 'align' put: 'center'.
> 	html form:
> 			[(html attributes)
> 				align: 'center';
> 				cellspacing: '10'.
> 			html table:
> 					[html tableRowWith: 'Username'
> 						with: [html textInputOn: #username of: self].
> 					html tableRowWith: 'Password: '
> 						with: [html textInputOn: #password of: self]].

You better use "html passwordInputWithCallback: [:v| self password: v]"
here. Password input is the one that only displays stars.

rado



More information about the Seaside mailing list