navin agarwal 0 Newbie Poster

Hi,
I have used AJAX in my code.
On select of 1 dropdown javascript function is called which will led to display of other dropdown.
Similarly, 3-4 dropdowns may appear.
All will be based on values selected in dropdown.
2nd dropdown appears fine.
But after its select javascript func onAccountDivisionsChange() is called which should led 3rd dropdown appear.
In this func
document.SelectionCriteria.firstLevelAccountDivisions is taking null
firstLevelAccountDivisions is the name of 2nd dropdown box.

I m not understanding when dropdown is appearing fyn y is it taking as null in javascript function then.


I have attached my action & JSP file.
Can any1 help me on this?