-1

I have a file "local.properties" where I need to put a string variable and I need to use it in a .tag and .jsp file. Where I need to put this variable is instead of x:

<iframe src="https://www.googletagmanager.com/ns.html?id=x"

...

(window,document,'script','dLayer',x);

I need a function that get the value from properties. Thank you so much!

Robert Vasile
  • 111
  • 1
  • 9

1 Answers1

0

this solved my problem.

${jalosession.tenant.config.getParameter('variable.x')}

Robert Vasile
  • 111
  • 1
  • 9