Style of added annotations differ from that of existing annotations
-------------------------------------------------------------------
Key: BEEHIVE-693
URL: http://issues.apache.org/jira/browse/BEEHIVE-693
Project: Beehive
Type: Bug
Components: Tutorials
Versions: V1
Reporter: Rebecca Weinhold
Priority: Trivial
1. In the Controls tutorial, under the heading "Edit the Controller.jpf File"
of Step 2, the added annotation contains the line:
@Jpf.Forward( name="success", path="index.jsp" )
To match the existing annotations, the spaces adjacent to parentheses should be
removed:
@Jpf.Forward(name="success", path="index.jsp")
2. In the Page Flow tutorial, under the heading "To Edit the Controller File to
Handle the Submitted Data" of Step 4, the added annotation contains the line:
@Jpf.Forward(name = "success", path = "page2.jsp")
To match the existing annotations, the spaces adjacent to the equal signs
should be removed:
@Jpf.Forward(name="success", path="page2.jsp")
--
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