[Seaside] Static link to get variables

Lukas Renggli renggli at gmail.com
Sun Feb 12 16:39:25 CET 2006


> Nobody knows how to do that or is it impossible for the moment with
> Seaside ? Or perhaps nobody understood what I meant.

>From within #renderContentOn: you can get an action url by evaluating
something like:

    url := html context actionUrl withParameter: (self callbacks
        registerActionCallback: [ .... ]).

I don't know, but it should be then possible to pass this URL to your
flash application, or send as a mail (that is what i use the above
code for), or ...

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list