I'm developing a small application. I wrote jsp page in that 8 forms are there.all forms are same but the input values are different.when I click the form button,one function is calling and the input values(only one input value is going to servlet) are going to servlet class using Ajax. after response is coming to the jsp page,particular form button will be disabled.remaining are enabled.
How can I solve this problem.
please help me as soon as possible.
thanks in advance