Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi This is my select box bean shell code where i need to access froms country field:
public FormRowSet getCountryRows() { //I need to get here? } return getCountryRows();
How to access field directly?
Hey there,
Rather than trying to obtain the dependency control field's value, why not just obtain the value directly from the form field that is referenced in the dependency control field of your select box instead?
Hi This is my select box bean shell code where i need to access froms country field: public FormRowSet getCountryRows() { } return getCountryRows(); How to access field directly?
Hi
I have a select box which will access the database using Bean shell to load options. For bean shell query i need to access control field value.
How to access that in bean shell??