[Seaside] "IAExternalLink"

Avi Bryant avi@beta4.com
Mon, 17 Jun 2002 11:46:42 -0700 (PDT)


On Mon, 17 Jun 2002, Markus Fritsche wrote:

> Hi again,
>
> what is the right way to give out an external link stored in a
> string-var (a _ 'http://www.foo.com/')? "I couldn't see the wood because
> their are plenty of trees"...

(template elementNamed: 'myLink')
  set: #href toPath: 'a'

Look at IAAppList for an example.