Jasper Ideas

Prevent using @ in parameter names

Prevent using @ as part of parameter name. If you use it in JSP, it works fine, but when sent to development server, is replaced by _, which breaks the code.
@ is used in SQL Server, but should not be used in parameter names.
When using Java Scriptlets, this results in failure with useless error message.
(Originally created as a support ticket)
I changed all parameters to not use @.
  • Guest
  • Jun 21 2021
  • To be Reviewed
Components JasperSoft Studio
  • Attach files