1 Oct
2003
1 Oct
'03
5:26 p.m.
Gilles Lenfant wrote:
It seems that REQUEST data available in a script executed as access rule are different from those usually available.
How can I find the ones available ?
The easiest way is to make an Access Rule Script like this: ##parameters=folder, request ## request.set('ARTEXT', str(request)) ...and then use a ZPT or DTML Method to display REQUEST['ARTEXT']. Cheers, Evan @ 4-am