
Dear Sir, I have 2 forms in one page and one submit button into second form which submits data to one servlet. If I do request.getparameter("") from first form textbox name I got null value. How do I get both forms textbox value. Thanks in advance.

Hi gautamshetkar
Without using the submit button or javascript/jQuery, you can't post the form data defined in action tag of the form.
You Need to put all the field to one form in HTML and in design show it like it is two form.
Hope this will solve ur problem...
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.