<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Re: [Seaside] How to perform some action on every page refresh?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Perhaps the question was triggered when the list didn't change, which may be the case if its initialized once for the first rendering pass, but second pass simply uses stored collection after. If the list is generated and needs updating, just don't store it.<BR>
<BR>
Cheers!<BR>
<BR>
-Boris<BR>
(Sent from a BlackBerry)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: Seaside - general discussion &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Sat Sep 15 04:16:25 2007<BR>
Subject: Re: [Seaside] How to perform some action on every page refresh?<BR>
<BR>
&gt; In my application i have this section where i list clients, but i need<BR>
&gt; to have that list update everytime the user refreshes the page and not<BR>
&gt; through a specific link or form field. What would be the most correct<BR>
&gt; way to achieve this?<BR>
<BR>
Every time you get a page refresh Seaside re-generates the specific<BR>
page. Seaside calls your #renderContentOn: messages every time the<BR>
user hits refresh.<BR>
<BR>
Or did you ask something else?<BR>
<BR>
Lukas<BR>
<BR>
--<BR>
Lukas Renggli<BR>
<A HREF="http://www.lukas-renggli.ch">http://www.lukas-renggli.ch</A><BR>
_______________________________________________<BR>
Seaside mailing list<BR>
Seaside@lists.squeakfoundation.org<BR>
<A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
</FONT>
</P>

</BODY>
</HTML>