How to pass the firstname entered on the form to my success page.
In struts 2 examples. I haven't seen anyone using request.getParameter("firstname") to get form values or use request.setAttribute("fname",firstname) to pass values to another page.
can some one direct me on how to get form field values from my jsp page in STRUTS2?