[Seaside] Changes in GOODS not showing in browser

C. David Shaffer cdshaffer at acm.org
Tue Aug 3 16:54:14 CEST 2004


LK wrote:

> allRecords get filled in:
> PMLogsView>>initialize
>    db _ self connect.
>    allRecords _ db root at: 'logs'.
>
> I added 'db refresh' to the top of  PMLogsView>>renderContentOn: ...
> It seems to do the trick. But, I was wondering if there was a better way.
> -Larry
>

Again, I'd put the database in the session then your entire session 
would see the same view of the database.  See Brian Brown's tutorial at 
http://www.techgame.net/projects/Seaside/wiki/UsingGOODS.

David



More information about the Seaside mailing list