[Seaside] S-Exprs

Avi Bryant avi@beta4.com
Mon, 27 May 2002 12:32:19 -0700 (PDT)


On Mon, 27 May 2002, Avi Bryant wrote:

> (input type: text sea:id: (item name))  instead of
> (input type: text sea:id: 'item.name')

I've just implemented a compromise:

(input type: text sea:id: (item.name))

This allows 'find senders' to work while still maintaining the dot syntax.
Comments?