Re: [web2py] Working with Select Boxes.

2011-06-06 Thread Richard Vézina
It could help if you show us your view and controller code... Richard On Mon, Jun 6, 2011 at 2:17 PM, David J. wrote: > How do I persist the values in my Select Box? > > In my view I did > > {{=SELECT(range(10)) }} > > When I submit the form it returns to the first value. > > Thanks. > > >

[web2py] Working with Select Boxes.

2011-06-06 Thread David J.
How do I persist the values in my Select Box? In my view I did {{=SELECT(range(10)) }} When I submit the form it returns to the first value. Thanks.