missing "onCreate()" and "onDestroy()" methods in pageflow_tutorial
Controller.java
-----------------------------------------------------------------------------------
Key: BEEHIVE-908
URL: http://issues.apache.org/jira/browse/BEEHIVE-908
Project: Beehive
Type: Bug
Components: Documentation
Versions: V1
Environment: WinXP SP2
Reporter: Yongqin Xu
Priority: Minor
in step 2, section "Examine the Controller.java and index.jsp Files", the
Controller.java from netui-blank is missing:
/**
* Callback that is invoked when this controller instance is created.
*/
protected void onCreate()
{
}
/**
* Callback that is invoked when this controller instance is destroyed.
*/
protected void onDestroy(HttpSession session)
{
}
--
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