Hi all
i have three dropdowns like area , district and location and go button in my jsp page..i have used ajax in order to get values in to these dropdowns like...
we will get data only if we click on Go button based on the selection by area/district/location wise....
assume that i click on Go button by selecting one area and i got records
now i am changing area i should click on Go buttion to get the records for that area...
Between these two action Change Area <-----------------------------> Click on Go its showing previous data which i got for old area..so how to clear that data?
i am getting that data in the form of list(lstData) from java action...
how to clear the java arraylist data from ajax code?