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

include tag param values change from boolean to string #421

Open
3 tasks
ppazos opened this issue Jan 29, 2024 · 0 comments
Open
3 tasks

include tag param values change from boolean to string #421

ppazos opened this issue Jan 29, 2024 · 0 comments

Comments

@ppazos
Copy link

ppazos commented Jan 29, 2024

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

  1. TODO
  2. TODO
  3. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant