Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving Requests from Web UI #27

Closed
mwcaisse opened this issue Aug 30, 2014 · 1 comment
Closed

Saving Requests from Web UI #27

mwcaisse opened this issue Aug 30, 2014 · 1 comment
Labels

Comments

@mwcaisse
Copy link
Owner

Saving requests from the web ui fails as there are invalid fields.

The knockout view models in the UI add fields to the models that are only used for UI purposes. Howerver the servlet throws an exception when it finds an unrecognized property.

Sol.

  1. Remove the properties from the view model before sending to the server
  2. Tell jackson to ignore unrecognized properties
@mwcaisse mwcaisse added the bug label Aug 30, 2014
@mwcaisse
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant