Tutorial documentation bug
--------------------------

         Key: BEEHIVE-108
         URL: http://nagoya.apache.org/jira/browse/BEEHIVE-108
     Project: Beehive
        Type: Bug
  Components: Tutorials  
    Versions: V1Alpha    
 Environment: WEB

http://incubator.apache.org/beehive/pageflow/pageflow_controllers.html
    Reporter: Xibin Zeng


On the tutorial, there is a syntax error on the example code:

Towards the end, under the section "Conditional Forwards", a piece of sample 
code looks like this:

@Jpf.Action(
        forwards = {
            @Jpf.Forward( name="authenticated",     path="mypage.jsp" );
            @Jpf.Forward( name="not_authenticated", path="login.jsp" );
        }
    )

The semi-colons in there should have been commas. This error appears again a 
few paragraphs down.

Thanks!!

-- 
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