Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
thank you very much i will check the syntax again.
Hi, try checking the code for valid Java syntax. At a quick look, the following portion seems invalid:
if (rows == null || rows.isEmpty()) { (rows == returnrows; }
Hello together
I have created a form in which new users can be entered. Because it is not possible to write directly from the form to the dir_user table, I use the Bean Shell Form Binder with the following query (see Store Form Field Data to Multiple Tables).
My DB table created from the form is called: fd_app_neueUser
I take over the following fields as a test:
it should write the data to the dir_user table.
When I fill out the form, there is the following error in the log. Can someone help me what is wrong with the code?