WG: [ZWeb] Wieso checkbox funktioniert nicht wie in HTML CODE
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - -----Ursprüngliche Nachricht----- Von: Jens Vagelpohl [mailto:jens@zope.com] Gesendet: Montag, 17. Juni 2002 13:30 An: Marco Barrera Cc: 'zope-web@zope.org' Betreff: Re: [ZWeb] Wieso checkbox funktioniert nicht wie in HTML CODE dies ist die falsche mailing-liste fuer so eine frage. auf *english* auf zope@zope.org versuchen. jens On Monday, June 17, 2002, at 07:25 , Marco Barrera wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hallo an alle Ich habe eine Frage Ich habe ein kleine dateiFormular die code ist:
<html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head>
<body bgcolor="#FFFFFF" text="#000000"> <form method="post" action="test_action"> <table width="42%" border="0" cellspacing="1" cellpadding="2"> <tr> <td width="40%"> <input type="checkbox" name="test1" value="ja"> test1 </td> <td width="60%"> </td> </tr> <tr> <td width="40%"> <input type="checkbox" name="test2" value="ja"> test2</td> <td width="60%"> </td> </tr> <tr> <td colspan="2"> <input type="submit" name="Abschicken" value="submit"> </td> </tr> </table> </form> </body> </html>
und die näschte Datei: test_action hat die folgende CODE: <dtml-sendmail mailhost="mailhost"> to: m.barrera@choin.net from: info@choin.net subject: [Interne test] prueba test1 <dtml-var test1> prueba test2 <dtml-var test2> </dtml-sendmail>
ABER ich bekomme immer die folgende Fehler. Wenn ich keine checkbox wähle
Error 404 Beim Ausführen dieser Aktion tratt eine Störung auf. Error Type: KeyError Error Value: test1
Vorschläge: * Die ausgeführte Aktion hat versucht, einen nicht vorhandenen Objekt oder eine Variable zu beziehen test1. * Die URL ist nicht vorhanden. * Die von Ihnen angegebene Email-Adresse exestiert nicht. * Ihre Login-Daten sind falsch.
WARUM?, und was musst ich für keine Fehler bekommen, wenn keine checkbox ich wähle?
Vielen Danken im Voraus!!!!!!!!!!!!1
Energis-ISION Marco Barrera System-Service Weinheimer Strasse 68 D-68309 Mannheim
Phone: +49 621 7288 - 120 Fax: +49 621 720 797 98
Mail: mailto:marco.barrerae@energis-ision.com Web: http://www.energis-ision.com
-----BEGIN PGP SIGNATURE----- Version: PGP 7.1.1
iQA/AwUBPQ3HHy/7rNbOne1uEQKWYwCgo87PsElqqnnH3vNDShedCO6RsFoAnjr2 sy7sIZ8SlOqvr+CpyjaFwzvL =owGC -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNATURE----- Version: PGP 7.1.1 iQA/AwUBPQ3Iay/7rNbOne1uEQLcBQCg3Jr0EM0bxUZfFMZOdUks5Dt0VJUAoLje /P4i1+KvqGCD8XbJkGsxXS43 =g5H3 -----END PGP SIGNATURE-----
participants (1)
-
Marco Barrera