The problem is that after loading the dropdown, I am selecting values from them and clicking the button to submit the form. But it does not seem to work. I tried putting an alert inside the function call too alert("entered function"); but no good. Could anyone suggest what might be the issue?
In any case, responding to clicks is a function of client-side JavaScript, so showing us all this server-side markup just makes things difficult. Rather, show us the generated HTML which is easily viewable using browser tools.
Be sure to tidy it up before posting (plenty of HTML tidy tools), and UseCodeTags when posting code.
Hello Bear,
Thanks for a quick reply. I do understand your point that using java scrip-lets inside JSP page is a bad idea but I have some work related integration to be done on MULE esb. In their documentation they have mentioned this as a way to call Java classes from JSP pages.