1
0
-1

Dear All,

 

Let's say I want to show data from db with jdbc query binded in a select box, usually you could bind the data with 1 parameter got from other select box. But what if I want to bind data from 2 parameters or more? Because the 2 select boxes for parameters have no relations at all, but for the last field it has the relation?

 

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi Irfan Eka and @Walter, Did there any solution for this issue?  Is it the custom HTML means the JavaScript?? Can the JS connect with the db and retrieve data with validation in the select box?

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Only one "grouping" is allowed I think as per Dynamic Cascading Drop-Down List. I guess you will need to change your form design or write your own client side scripting to achieve what you want and put the code into Custom HTML

          CommentAdd your comment...