Hello,
In the Touch UI dialog, I have two 'select' components(say Select 1, and Select 2) that get dynamically populated using the Datasource.
Here is how they are supposed to work:
A. Select 1 gets dynamically populated using it's datasource( JSP script that defines the DataSource)
B. User can select any value from Select 1
C. Based on the user selected value from above, the selected value needs to be passed to datasource( JSP script that defines the DataSource) of Select 2.
Based on the value from Select 1, the datasource script will call the external service.
Question: How to pass the selected value of select 1 to a Datasource script of Select 2 ?