Re: [web2py] How does keepvalues work?

2012-07-01 Thread Marin Pranjić
Form values are stored in session Marin On Sun, Jul 1, 2012 at 12:47 PM, Keith Edmunds wrote: > What is the mechanism that 'keepvalues=True' uses? > > I have a form that uses keepvalues=True, and it includes combo box. > Occasionally the values in the combo change, and the previous value is >

[web2py] How does keepvalues work?

2012-07-01 Thread Keith Edmunds
What is the mechanism that 'keepvalues=True' uses? I have a form that uses keepvalues=True, and it includes combo box. Occasionally the values in the combo change, and the previous value is missing. I want to check for that and reset the default value for the combo box if it isn't valid. Thanks,