[Seaside] A Walk on the Seaside

Avi Bryant seaside@lists.squeakfoundation.org
Wed, 11 Dec 2002 16:33:13 -0800 (PST)


On Wed, 11 Dec 2002, Andreas Raab wrote:

> [BUG] When you "accept" from the (web) browser there's a good chance it
> will "hang". This is caused by Squeak requesting your author initials
> (which you may not notice - I had it in the background and only after a
> while I switched over to see why "seaside hangs").

Yes, this warrants a warning note in the tutorial.

> "... Like the inspector, the "OK" link will take you back to the app. "
>
> [BUG] There is no "OK" button here.

Oh.  So there isn't.  Thanks, wonder what happened to it. :)

> renderOn: html
>     html form:  [
>        html heading: count.
>        html submitButtonWithAction: [self increment] text: '++'.
>        html space.
>        html submitButtonWithAction: [self decrement] text: '--'
>      ].
>
> [BUG] When I do this the last minus "gets eaten", e.g., the button only
> contains one minus instead of two. If I use three minuses in the code I
> get two in the button. Weird, eh?!

Very!  What does the HTML source look like?

> Anyways, this is great stuff! Thanks a lot.

Thanks for the comments.  I eagerly await more.

Avi