[Seaside] On playing with tutorial 1

Avi Bryant avi@beta4.com
Thu, 9 May 2002 16:25:55 -0700 (PDT)


On Thu, 9 May 2002, Avi Bryant wrote:

> #(html
>    (h1 'Hello world')
>    (form sea:id: foo
>      (input type: submit value: 'Some Button')))

I forgot to mention - if you are using this syntax, you will almost
certainly want paren balancing.  SVI does a nice job of this, or I can
send you a changeset which adds it a little more clumsily.