[tbnl-devel] (post-parameters) strange behaviour ?
Massimiliano Campagnoli
maxi at paoloastori.com
Wed Sep 1 16:26:47 UTC 2004
Try to handle this html form:
<html>
<body>
<form name="my-form" action="/tbnl/form" method="post">
<input type=text name=":myfield" value="foo">
</form>
</body>
</html>
after submitting this form in TBNL *debug-mode* you will get:
> (post-parameters)
> (("%3Amyfield" . "foo"))
instead of
>(("myfield" . "foo" ))
Any explanation for this ?
--
ING. MASSIMILIANO CAMPAGNOLI
PAOLO ASTORI SRL
VIA MIRABELLA, 9
28013 - GATTICO
ITALY
More information about the Tbnl-devel
mailing list