On Fri, 10 Jan 2003 10:09, you wrote: > It took me a while and the help from Quinton McCombs, Rodney > Schneider and Scott Eade to come to appreciate what Turbine is doing, > though my understanding is still not complete yet. > > According to my understanding, Turbine follows a structured sequence > in displaying a page. It always look for a java class file to execute > prior to the display/action, if it fails that, it will execute the > Default.class file as pre-defined in the TR.props file.
The best way to understand Turbine's execution path is to read this document, especially the "System Flow" section: http://jakarta.apache.org/turbine/turbine-22/fsd.html Then read all of the appropriate Howtos: http://jakarta.apache.org/turbine/turbine-22/howto/index.html It might surprise you how many helpful tips you might find by scouring the Turbine site and reading the docs carefully. Regards, -- Rodney -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
