That's what I can't do....the tuple gets passed as a string... :-( as
far as I understand
Lucia
On 4/3/06, Dieter Maurer <[EMAIL PROTECTED]> wrote:
Lucia Colombo wrote at 2006-4-3 17:49 +0200:
>I'm trying to build a search form which gets as an input a year and searches
>
>for all objects which have a (custom) date index set within such year.
> ...
>How do I get the parameter to be a list of dates?
You determine start and end date inside a Python script from the
integer "year" form variable. Then, you form a sequence
(list or tuple) from the two dates.
--
Dieter
_______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
