HerikLyma / CPPWebFramework

​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
MIT License
445 stars 119 forks source link

FillObjectBMI example does not show correct results #19

Closed paul-reilly closed 5 years ago

paul-reilly commented 5 years ago

When running the FillObjectBMI example, the results page does not show the correct results. It looks like the fields are not being received by UserModel.

HerikLyma commented 5 years ago

Hello my friend.

How are you?

We made a small correction in the CWF where the parameters were decoded by default, see if that solves your problem, if it does not solve, please open another issue. Please test the new version.

Note: Thank you very much for your comments.

Best regards. Herik Lima

paul-reilly commented 5 years ago

Thanks very much for the quick fix, that's it working now! edit: only a Release build of the example works