NETUI Tutorial: update displayData.jsp to display "sport" form field besides 
"name" and "age".
----------------------------------------------------------------------------------------------

         Key: BEEHIVE-910
         URL: http://issues.apache.org/jira/browse/BEEHIVE-910
     Project: Beehive
        Type: Improvement
  Components: Documentation  
    Versions: V1    
 Environment: Win XP SP2
    Reporter: Yongqin Xu
    Priority: Minor


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}"/>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to