posted 13 years ago
I have a dropdown and a dataTable in the page
everytime i change value in the dropdown, i have to hide dataTable in the page, which is NOT working
what i observed is that change in the value for drop down, i can send ajax request only to hide and display individual components like textbox
what it's not working for the dataTable
It MIGHT work(i am not sure, still haven't tried), if i use a4j:outputPanel, but if i use this one then for every ajax request in that page refreshes the dataTable, which i don't want