Hi Nicolás,
Welcome to CodeRanch!!
how can I retrieve what the user put in the form in this last page?
What ever you enter in your first page, if its a
jsp page, you can retrieve in your actionclass using request.getparameter().
In your action class you can do
string validations.
The Action Controller returns an ActionForward object.
ActionForward object is to forward your action to a new jsp page or to a new action class.
-HTH
regards,
kishore