[EMAIL PROTECTED] writes:
> | Someone else suggested to use a post (rather than get) request.
> | In general, I would warn you against this solution.
> | It will break the "dtml-in" batch support.
>
> Could you elaborate on this?
"dtml-in"'s batch support uses the CGI variable QUERY_STRING.
This is only defined for GET requests.
As a consequence, there is no batch support (i.e. automatically
splitting long list displays over several pages) for
POST requests.
Dieter
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )