Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
v1m1
-
None
-
Win XP SP2
Description
In Step 7, displayData.jsp file only display name and age form input field, in this step, we add sport field and get input from the nested pageflow, but
when user finaly click submit button in page2.jsp, the displayData.jsp does not display it. I recommend update displayData.jsp as following to display
the sport field as well:
<br/>
Sport: <netui:content value="${requestScope.data.sport}"/>