Hello,
I am very new to Spring and have been struggling with this for a few hours now! I am just completely blank. Please help.
I have a simple
JSP page which gets a name from the user. I just want to print the name in the controller as a first step. I don't know how to access the "name".
Here is my controller:
Here is my Employee class: