[Seaside] More template questions

Avi Bryant avi@beta4.com
Wed, 12 Jun 2002 17:30:03 -0700 (PDT)


On Wed, 12 Jun 2002, Tim Rowledge wrote:

> > > What I want to do is keep the string as is in the HTML stream, instead of
> > > doing the '<' etc conversion. In other words in this example, I want the
> > > list to show up.
> >
> > MyComponent>>addHandlers
> >   (template elementNamed: 'stuff')
> >     escapeHtml: false

> And for 0.93?

(template elementNamed: 'stuff')
   set: #escapeHtml to: false

should do it.