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