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

Fix to allow for providing double value constants in both inline and WOD bindings when OGNL enabled #780

Merged
merged 1 commit into from
Jul 2, 2016

Conversation

faizel
Copy link
Contributor

@faizel faizel commented Jul 1, 2016

Fix to allow for providing double value constants in both inline and WOD bindings (e.g. value="$1.5" or value = 1.5) when OGNL is enabled. Currently, in order to pass in a double value you have to pass in a string and then convert it to a double in your code. If you try to pass in a double, an exception is thrown. This fix mimics the functionality in a stock WO app without Wonder and OGNL.

…d WOD bindings (e.g. value="$1.5" or value = 1.5) instead of passing in Strings, which then need to be converted (mimics standard WO behavior without OGNL enabled)
@darkv darkv merged commit 5a0f740 into wocommunity:master Jul 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants