When i click the Submit button in the jsp page its just reloading the page and even the Reset button is not resetting the values
Here is the code
Help me with the error
The action on the form is GenerateTicket and that action is configured to display GenerateTicket.jsp (which I assume is the JSP page you have posted here) if successful, so I would say that this is working as implemented.
Do you have logging in your action and you are not seeing it? What do you want this code to do?