How to Create Read-only Select Box with JDBC Binder?
Confluence User - 22 Oct, 2018
Hi,
I want to ask, let say that I've created a form that using department with parentId / department's division as a relation between department and division. Everything stored in the database as parentId acted as the connection. So I've created 3 select boxes and successfully get the data using JDBC Binder with SQL syntax. So far I've managed to show Department, Division, even Directorate using Ajax cascade options.
But I want to store only department ID in the database, because the division and directorate only for verification and view purposes. How can I make those 2 select boxes read only and not stored in the database? because Ajax cascade options won't work if it readonly. Thank you.
Note: I used Joget 5.0.8
forms;selectbox;jdbc;ajax;form