Re: [Zope] Empty lines in forms?
25 Jan
2002
25 Jan
'02
2:12 p.m.
Hi, i suggest you an easy solution. You can erase the line with the hidden input, and in the document that it's called from the form you must check if the variable exists, and if it's false you set an empty list for this variable. The code: <dtml-if "not REQUEST.has_key('variable')"> <dtml-call "REQUEST.set('variable', [])"> </dtml-if> Bye. Juan
8837
Age (days ago)
8837
Last active (days ago)
0 comments
1 participants
participants (1)
-
Juan Garcia Garcia