[ZDP] Lesson 12. The Elvis Files, cont.

Chris McDonough chrism@zope.com
Sun, 14 Jul 2002 12:36:52 -0400


Hi Giuseppe,

I'm not sure if you're using an older Zope version or not that already
has this fixed by the most current Zope version contains a
reportAction DTML file that looks like this:

<dtml-var standard_html_header>

<dtml-call insertSighting>

<h2><dtml-var title></h2>

<p>Thanks for submitting your sighting.</p>

<p>Return to the <a href="sightings">list of sightings</a></p>

<dtml-var standard_html_footer>

... so it appears to be fixed already.

Thanks for the report!

- C

----- Original Message -----
From: "Giuseppe Sacco" <eppesuigoccas@libero.it>
To: <docs@digicool.com>
Sent: Sunday, July 14, 2002 6:21 AM
Subject: [ZDP] Lesson 12. The Elvis Files, cont.


> I found an error in the example of lesson 12. The reportAction DTML
file
> should have a valid href in the latest anchor. The line should be
changed in
>
> <p>Return to the <a href="sightings">list of sightings</a></p>
>
> instaed of
>
> <p>Return to the <a href="">list of sightings</a></p>
>
> Since in the actual case the link will call the same page, inserting
a
> new record in the database.
>
> Bye,
> Giuseppe
>
> --
>  () ascii ribbon campaign - against html mail
>  /\                       - against ms attachments
> Giuseppe Sacco, Unix/Linux/Baan/PostgreSQL/Oracle administrator
> GPG Fingerprint: 43AA F8E2 7A0E 57F4 DC7F  FD02 2207 C594 EC97 089D
>
>
> _______________________________________________
> ZDP maillist  -  ZDP@zope.org
> http://lists.zope.org/mailman/listinfo/zdp
>