Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
I tested with the following Java code in a "Form > BeanShell Load Binder" to display the string variable in the joget.log file, after populating with the current user hash variable, works with no errors:
import org.joget.commons.util.LogUtil; String my_username = "#currentUser.username#"; System.out.println("----------" + my_username); LogUtil.error("----------Username", null, my_username);
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......