Sorry, I'm really new with both Python and web2py (coming from c#/
asp.net)!

I'm trying to create a statically-initialized dropdown (I'm not
populating from a database) that has values different from the
displayed text.  A trivial example of the desired HTML output:

<select>
<option value="1">Car</option>
<option value="2">Van</option>
<option value="3">Truck</option>
</select>

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to