How to refresh a grid form to reload Beanshell code
Confluence User - 21 Nov, 2022
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??
beanshell;javascript;refresh;reload
