[Zope] Tiny tables
Dieter Maurer
dieter@handshake.de
Fri, 13 Oct 2000 22:52:54 +0200 (CEST)
Graham Chiu writes:
> I tried storing these in tiny tables, but it doesn't seem
> that tiny tables allow one to store tokens. If I specify
> the value as say, criteria:tokens, it gets changed to just
> criteria.
Probably, This is a ZPublisher feature. It interpretes
":<type>" suffixes of form variable and parameter names
to call for a type conversion of the value.
As far as I know, there is not escape possibility.
Can you change the ':' into a different character?
Dieter