grails / grails-gsp

GSP (Grails Server Pages) - A server-side view rendering technology based on Groovy
Apache License 2.0
15 stars 32 forks source link

include tag param values change from boolean to string #421

Open ppazos opened 9 months ago

ppazos commented 9 months ago

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

  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

Example Application