How to use hash variable in Bean shell?
Confluence User - 19 Aug, 2020
Hi everyone,
How can I use hash variable in Bean shell? I wanted to use it as my form load binder.
String x = #requestParam.category#;
String y = #currentUser.firstName#;
I also try to add "" or ' ' but still nothing happen......
beanshell;hash;variable