Search code examples
jasper-reportsbundle

How to access resource bundle parameter using variable?


Is it possible to have something like the following?

$R{${P{my_paramater}}

The above throws a complilation error


Solution

  • That won't work, you'll have to do str($P{my_paramater}).