[Seaside] How to perform some action on every page refresh?

Lukas Renggli renggli at gmail.com
Sat Sep 15 11:16:25 UTC 2007


> In my application i have this section where i list clients, but i need
> to have that list update everytime the user refreshes the page and not
> through a specific link or form field. What would be the most correct
> way to achieve this?

Every time you get a page refresh Seaside re-generates the specific
page. Seaside calls your #renderContentOn: messages every time the
user hits refresh.

Or did you ask something else?

Lukas

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


More information about the seaside mailing list