12 Aug
2004
12 Aug
'04
8:23 p.m.
Les Ferguson wrote at 2004-8-11 23:09 +1200:
Thanx for that, it all looks quite simple really. Is it the same effect if I have a form with elements like: <input name="cstRec.Surname:record">
If the form posts to a python script, can I then pass cstRec to a ZSQL method, after validation etc ?
Yes.
Should Surname then be available as a dtml-sqlvar ?
No. But inside a '<dtml-with "yourParameter">...</dtml-with>', it will be available: When you pass "cstRec", then "yourParamter" is a record and not a string... -- Dieter