Re: [Zope-DB] problem with "required" parameter
1 Apr
2002
1 Apr
'02
7:08 p.m.
guido tobar writes:
If I use a dtml method called "first" with this code: <form action="second" method="POST"> <input name="animal:required"> </form> Too many errors encountered; the rest of the message is ignored:
Now, I don't know How do I to catch the error in the dtml called "second" <dtml-try> the name of animal is:<dtml-var animal> <dtml-except EMPTY> ERROR you write a empty string </dtml-try> You need to be more specific:
When is the error reported (during rendering of the form or the action) What is the traceback (including the "Error type", "Error value" headers). Dieter
8770
Age (days ago)
8770
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer