[Zope-CVS] CVS: Packages/JobBoardEx - Tutorial.html:1.25
Guido van Rossum
guido@python.org
Tue, 18 Jun 2002 16:09:54 -0400
Update of /cvs-repository/Packages/JobBoardEx
In directory cvs.zope.org:/tmp/cvs-serv2225
Modified Files:
Tutorial.html
Log Message:
Don't mention the late getResponse().
=== Packages/JobBoardEx/Tutorial.html 1.24 => 1.25 ===
another page. This is done by calling the redirect() method of the
response object with the (relative) URL of the new page. The response
-is retrieved from the request by calling its getResponse() method. As
-an example of the power of this approach, we redirect to the review
-page if there are more jobs to review, but to the default view of the
-job list if there are no more jobs to review.
+object is an attribute on the request object. As an example of the
+power of this approach, we redirect to the review page if there are
+more jobs to review, but to the default view of the job list if there
+are no more jobs to review.
<h2>Page Templates</h2>