SyntaxFix
Write A Post
Hire A Developer
Questions
first up on create your jsp file : and write the text field which you want for ex:
after that create your servlet class:
public class test{ protected void doGet(paramter , paramter){ String name = request.getparameter("name"); } }