Re: [Zope] Passing lists in a get request (ZCatalog Search)
4 Dec
2000
4 Dec
'00
7:07 p.m.
magnus@websys.no 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
9253
Age (days ago)
9253
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dieter Maurer