[Seaside] Stuck in the tutorial newbie

Philippe Marschall philippe.marschall at gmail.com
Fri Jan 9 20:46:51 UTC 2009


2009/1/9 Steve Bleeke <sbleeke at msn.com>:
> I copied what you wrote into my method which looks the same as it did
> before:
>
> renderTextInputOn: html
>
> html textInput
> on: #email of: self;
> value: ''.

You shouldn't send #value: if you already send #on:of:. That's however
not likely to cause your problem.

Cheers
Philippe


More information about the seaside mailing list