[Seaside] Stupid anchor question

Leandro Pérez lperez at lifia.info.unlp.edu.ar
Tue Aug 14 13:20:31 UTC 2007


Hello, 
I want to do this: when clicking on an anchor, something else must be
displayed on a new page..just like simple html

MyComponent>>renderContentOn: html
html anchor 
    callback:[self renderSomethingElseOn:html];
    with:'go to somewhere else'

MyComponent>>renderSomethingElseOn:html
html div with:'this is something else'

and I always get this exception
Message not understood: #openTag:attributes:closed:

I guess the whole idea might be wrong... is it?

Thanks!
-- 
View this message in context: http://www.nabble.com/Stupid-anchor-question-tf4267248.html#a12144350
Sent from the Squeak - Seaside mailing list archive at Nabble.com.



More information about the seaside mailing list