Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi.
I have one primary variable . How to load data from mysql to all element (Ex : edit control, select box ...)
(without grid).
I see store binder can use :
row.getProperty("username");
String firstName = row.getProperty("firstName");row.getProperty("username");
String firstName = row.getProperty("firstName");
is there way to load data from mysql to all element from section inform ???