You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the include tag, and passing the actual request params as params, if the original params have a boolean value binded, the value is string in the action referenced by the include tag.
Will create a small app showing the issue. Can't share the project I'm working on.
Task List
Steps to reproduce provided
Example that reproduces the problem uploaded to Github
Full description of the issue provided (see below)
Steps to Reproduce
TODO
TODO
TODO
Expected Behaviour
The value should be boolean in the included view.
Actual Behaviour
The value is string in the included view.
Environment Information
Operating System: Linux Mint
Grails Version: 5.3.3
JDK Version: 11.0.20.1
Example Application
TODO: link to github repository with example that reproduces the issue
The text was updated successfully, but these errors were encountered:
When using the include tag, and passing the actual request params as params, if the original params have a boolean value binded, the value is string in the action referenced by the include tag.
Will create a small app showing the issue. Can't share the project I'm working on.
Task List
Steps to Reproduce
Expected Behaviour
The value should be boolean in the included view.
Actual Behaviour
The value is string in the included view.
Environment Information
Example Application
The text was updated successfully, but these errors were encountered: