Well..... I finally got it to show me the "initial data".
Basically, I had to reload the application. I did this by stopping
the terminal window whence I first issued the "paster serve
development.ini" command. I then reissued the same command (paster
serve development.ini ) and refreshed my browser and the "initial
data" was visable.
Therefore the tutorial doc should not say:
<snip>
21: In the third <div>, we put in the contents of our wikipage:
<div py:replace="wikipage.data">Page text goes here.</div>
When you refresh the output web page you should see “initial data”
displayed on the page.
</snip>
but rather it should say something like:
<snip>
21: In the third <div>, we put in the contents of our wikipage:
<div py:replace="wikipage.data">Page text goes here.</div>
Now, restart the paster web server by <give directions>
When you refresh the output web page you should see “initial data”
displayed on the page.
</snip>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---