[Seaside] Stuck in the tutorial newbie

Gerhard Obermann obi068 at gmail.com
Fri Jan 9 17:05:09 UTC 2009


If your code is exactly like the following it should work.
But I assume that you maybe have entered an extra ";"  after textInput.


renderTextInputOn: html

html textInput
 on: #email of: self;
 value: ''.
html space.



On Fri, Jan 9, 2009 at 5:35 PM, Steve Bleeke <sbleeke at msn.com> wrote:

>  I am running the tutorial and I have reached the Ajax chapter performing
> all tasks up to that point.  I am running on Squeak 3.10.2-7179 and have
> loaded the latest version of Seaside.
>
> When I go to run the ToDo application I get the following error
>
>  MessageNotUnderstood: WAHtmlRenderer>>on:of:
>
>    - WAHtmlRenderer(Object)>>doesNotUnderstand: #on:of:
>
>      self a WAHtmlRenderer *temps* aMessage on: #email of: a
>    StLoginComponent *inst vars* attributeBuffer nil context a
>    WARenderingContext callbacks a WACallbackRegistry shortcutBuffer nil
>
>    -
>
>    When I go to the StLoginContext class, the code seems to be accurate.
>
>    -
>
>    What am I missing?
>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090109/bc899739/attachment.htm


More information about the seaside mailing list