Here is a complete patch to the getting started doc - as opposed the half hearted attempt from yesterday :-) . I think I've got all the doBuild's correct now. Index: getting_started.html =================================================================== RCS file: \cvsroot/turbine/docs/getting_started.html,v retrieving revision 1.1.1.1 diff -r1.1.1.1 getting_started.html 142c142 < <br><tt><font size=+1> public ConcreteElement build( --- > <br><tt><font size=+1> public ConcreteElement doBuild( 163c163 < and executes Cocoon within the body of the build() method. --- > and executes Cocoon within the body of the doBuild() method. 193c193 < build() method within that class. Because it is an action, it does not --- > doBuild() method within that class. Because it is an action, it does not 198c198 < By <b>eval</b>uating the "LoginScreen" Screen, it will execute the build() --- > By <b>eval</b>uating the "LoginScreen" Screen, it will execute the doBuild() 820c820 < In the build method of your screen, Get a WebContext by calling the method --- > In the doBuild method of your screen, Get a WebContext by calling the method Chris "There is no spoon" ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]
