pageflow tutorial-"Code to add appears in red" not in red
---------------------------------------------------------

         Key: BEEHIVE-48
         URL: http://issues.apache.org/jira/browse/BEEHIVE-48
     Project: Beehive
        Type: Bug
  Components: Documentation  
    Versions: V1Alpha    
    Reporter: Julie Zhuo
    Priority: Minor


I am expecting to see the code change in red on the web page.

*********
Edit the processData method in the Controller.jpf file so it appears as 
follows. Code to add appears in red.

@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://issues.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