[Zope-DB] How to overcome "Missing input variable"

Jim Abramson jabramson at wgen.net
Tue Oct 28 09:30:46 EST 2003


I think you want to change the HTML code. as it's currently written in your example,
HTML will submit a variable called 'StationName' because that is how you've named
the <select> element which contains the options.

<select name="StationId"> would fix that....but you also must make sure you've
got proper values for StationId: <option value="<dtml-var StationId>">

hth,
Jim



More information about the Zope-DB mailing list