Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
English

By using Bean Shell Form Binder, we are able to load and update our Environment Variable values by using a form.

Let's create a form with each Text Field to represent a Environment Variable in our app and set all the field id to the ID of the Environment Variable.

Thai

โดยใช้ Bean Binder แบบฟอร์มเราสามารถโหลดและปรับปรุงค่า Environment Variable ของเราโดยใช้แบบฟอร์ม

มาสร้างแบบฟอร์มพร้อมฟิลด์ข้อความแต่ละฟิลด์เพื่อเป็นตัวแทนของตัวแปรสภาพแวดล้อมในแอพของเราและตั้งค่า ID ฟิลด์ทั้งหมดเป็น ID ของตัวแปรสภาพแวดล้อม

...

Thai

จากนั้นคลิกที่แท็บ "Properties" จากนั้นตั้งค่า "Load Binder" และ "Store Binder" ในหน้า "Advanced" เป็น "Bean Shell Form Binder"



Warning

Be advised the following BeanShell codes are not compatible in Joget Cloud multi-tenant environment.


Using the following script for "Load Binder".

...