¡@

Home 

java Programming Glossary: firstservlet

Multiple submit buttons in the same form calling different Servlets

http://stackoverflow.com/questions/11830351/multiple-submit-buttons-in-the-same-form-calling-different-servlets

different Servlets First here is the code form action FirstServlet method Post Last Name input type text name lastName size 20.. text name lastName size 20 br br input type submit value FirstServlet input type submit value SecondServlet form I'd like to understand.. I'd like to understand how to send information in case the FirstServlet button was pressed to FirstServlet and in case the SecondServlet..