Comp150CPA Message 0005.txt from Alva L. Couch(couch)

 
There seems to be a bit of a misunderstanding about Assignment 1. 

The intent is that you store something on the server and then 
generate the table from that. You can modify the table 
in advance, safely, because you are just putting into it 
what would come back from the server. But what I thought everyone
would do is to modify the server, and schedule a reload from
that modification, which is strongly consistent, so we know it'll
update the table properly. 

But you can't get away with *not* putting data on the server. 
We will test this in the simplest possible way, by visiting your 
page via a full reload.  If you didn't store data on the server, 
it will disappear!

Last changed Mon Feb 14 12:07:57 2011