[Seaside] repeated page weird problem (or bug?)

Ragnar Hojland Espinosa seaside@lists.squeakfoundation.org
Tue, 17 Sep 2002 13:59:25 +0200


* Setup sample

ExListPersons>>html:
        ^ '<tr sea:id="person/persons"><ExListPersonLine sea:id="person"></ExListPersonLine></tr>'


ExListPersons>>persons:
        ^ "list of people that a Postgres SQL query returns"

ExListPersonLine>>html:
        ^ '<td><a sea:id="viewPerson">[name]</a></td>'

and viewPerson shows the details of that particular contact.  The SQL query
is quite slow, taking seconds (driver related or because it connects and
tears down connection each time).

* Scenario

A page of people.  If you open a couple of viewPerson links before the page
has started to render on the browser, even with url changing, the contents
are the same.

What am I missing?
-- 
Ragnar Hojland - Project Manager
Linalco "Especialistas Linux y en Software Libre"
Tel: +34-91-5970074 Fax: +34-91-5970083