Ticket #55 (closed bug: fixed)
xhtml, select and option: problem with integer
| Reported by: | vincent.millet | Owned by: | apoirier |
|---|---|---|---|
| Priority: | major | Component: | renderers |
| Version: | Keywords: | select option | |
| Cc: |
Description
When I use a select in a view like this:
with h.select(toto).action(myattr):
for name, id in mylist:
h << h.option(name, value=id).selected(id_to_select)
if id_to_select is an integer the selection does not work.
Change History
Note: See
TracTickets for help on using
tickets.
(In [962cfb42ca1e973cdcebf4f3cbf8ad246634a003]) Fixes #55