Errors in Controls Tutorial
---------------------------

         Key: BEEHIVE-55
         URL: http://nagoya.apache.org/jira/browse/BEEHIVE-55
     Project: Beehive
        Type: Bug
  Components: Tutorials  
    Versions: V1Alpha    
    Reporter: Kenneth Tam
 Assigned to: Steve Hanson 
     Fix For: V1Alpha


"To Create a JSP Page to Test the Control

To test your Beehive Control, you need to call the control from some other 
resource, such as a JAVA application, JSP page, or Page Flow web application. 
In this step you will call the control from a JSP page.

In the directory 
CATALINA_HOME/webapps/control_tutorial/WEB-INF/src/hellocontrol, edit the file 
named hello.jsp.

Edit index.jsp so it appears as follows."

---

hello.jsp should be created in %CATALINA_HOME%/webapps/control_tutorial/ (not 
under WEB-INF/src/hellocontrol)
The text should read "Edit hello.jsp", not "Edit index.jsp".

---

"To Compile the Page Flow

You are now ready to compile the Page Flow.

At the command prompt, enter:

ant -f %BEEHIVE_HOME%\ant\buildWebapp.xml build.webapp 
-Dwebapp.dir=%CATALINA_HOME%\webapps\control_tutorial"

---

This should read "To Compile the Web App.  You are now ready to compile the web 
app".  There are no pageflows here.




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