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
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