
I need to create the form in jsp with one field.The field is user id. On submitting the form all the details associated with that user id should be retrieved from database.The technology must be spring mvc.I need how to link the user id field of jsp with the database using spring mvc.