You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Steve Tocco (JIRA)" <be...@incubator.apache.org> on 2004/11/03 01:08:44 UTC

[jira] Assigned: (BEEHIVE-48) pageflow tutorial-"Code to add appears in red" not in red

     [ http://nagoya.apache.org/jira/browse/BEEHIVE-48?page=history ]

Steve Tocco reassigned BEEHIVE-48:
----------------------------------

    Assign To: Steve Hanson

> pageflow tutorial-"Code to add appears in red" not in red
> ---------------------------------------------------------
>
>          Key: BEEHIVE-48
>          URL: http://nagoya.apache.org/jira/browse/BEEHIVE-48
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1Alpha
>     Reporter: Julie Zhuo
>     Assignee: Steve Hanson
>     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://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