Hi!

I'm testing the lazy options plugin again, the website is here:
http://dev.s-cubism.com/plugin_lazy_options_widget

And I find that if 'form has errors', the selected value gets reset instead 
of being remembered (all the other fields get remembered).
The code for form has errors is the simple code from web2py book:
    form=SQLFORM(db.table)
    if form.process().accepted:
        response.flash = 'success'
    elif form.errors:
        response.flash = 'form has errors'


How do I get the widget to behave like it remembers the selected option?

-- 



Reply via email to