Notice: This site is now in read-only mode and will no longer be updated.
Please visit our new and improved Knowledge Base at https://kb.joget.org/
for the latest content and updates.
I have a grid form that loads and stores using BeanShell code or JDBC.
Can I get the value of a form field in JDBC load data?
Suppose I want to fill a form grid according to a field changed by the user. Can I reload this form grid using javascript?
Ex:
When the user changes the class, the students' grid must take the chosen class and get the students according to it from a database table. Is there a way that can reload the BeanShell code using javascript??
I have a grid form that loads and stores using BeanShell code or JDBC.
Can I get the value of a form field in JDBC load data?
Suppose I want to fill a form grid according to a field changed by the user. Can I reload this form grid using javascript?
Ex:
When the user changes the class, the students' grid must take the chosen class and get the students according to it from a database table. Is there a way that can reload the BeanShell code using javascript??