[Seaside] callback returning content

Gerardo Richarte gera at corest.com
Fri Dec 12 16:47:55 UTC 2008


too long an email for too small a problem :)

Here I solved it, and I think quite cleanly. Let me know otherwise


   encoder := WAURLEncoder on: strm.
   encoder nextPutAll: (html context actionUrl copy
      addParameter: (html callbacks registerCallback: [
           'some string I want returned'])) asString.


    I'm just getting a copy of the URL before adding the parameters.

    richie


More information about the seaside mailing list