RE: display the form values from view page

2005-06-11 Thread Ray Madigan
manage the form. -Original Message- From: Joe Smith [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 11:01 PM To: user@struts.apache.org Subject: display the form values from view page register.jsp is the view page, and when the user click submit button, it will go to result.jsp based on

display the form values from view page

2005-06-10 Thread Joe Smith
register.jsp is the view page, and when the user click submit button, it will go to result.jsp based on struts-config.xml. The followings are the code fragment of each significant files. My question is for result.jsp, I am now using request.getParameter("name") to get the name property specified