Re: [Cppcms-users] Setting field value after form.load() still fails validation
Brought to you by:
artyom-beilis
From: <ele...@ex...> - 2012-06-14 13:54:00
|
I've looked through the form.h header into widgets::numeric::load and found this: ss.imbue(context.locale()); ss>>value_; if(ss.fail() || !ss.eof()) valid(false); else set(true); |