1
0
-1
1 answer
- 10-1
Hi, you can try using Ajax Cascading Drop-Down List
- 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?
Add your comment...
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 ?