1
0
-1

Hi,

I have a select box field in my form, which has the bean shell load binder code to fetch the options from the db. Now, based on some action in the form, i need to reload this field (re-fetch from the db) without reloading the entire form. How can i achieve this ?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, you can try using Ajax Cascading Drop-Down List

      1. Thejaswi Chindu

        Hi, Thanks for the answer. But, one thing i observed is that, if i check that 'AJAX cascade' option, it is retriggering the Load binder, but the filtering is not working accordingly based on the control field. This filtering will work if i uncheck the AJAX cascade option. Any help on this?

      CommentAdd your comment...