File Name not Match in PageFlow Tutorial
----------------------------------------

         Key: BEEHIVE-69
         URL: http://nagoya.apache.org/jira/browse/BEEHIVE-69
     Project: Beehive
        Type: Bug
  Components: Documentation  
    Versions: V1Alpha    
    Reporter: Julie Zhuo


In the following code, the showData.jsp suppose to be displayData.jsp. It cause 
build warning and runtime page not found problem.

*************************************
@Jpf.Action(
        forwards = { 
                @Jpf.Forward( name = "success", path = "showData.jsp" )
        }
)
public Forward processData( ProcessDataForm form )
{
        System.out.println("Name: " + form.name);
        System.out.println("Age: " + form.age);
        getRequest().setAttribute("data", form);
        return new Forward("success");
}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to