On Mon, 16 Dec 2002 16:26, you wrote: > Thanks, that worked. > > These are crucial information that a website developer should know. I > may have missed it in the documentations, if that is the case, please > tell me where I can find info like that, so that I won't have to > bother others.
Here is an exceprt from the TDK Howto: "The java classes that Turbine uses to access your database are located in the directory "webapps/APPNAME/WEB-INF/src/java/PACKAGE/om" Look at them to get an idea of how the object-model portion of Turbine operates. There should be one named after each of the tables that you defined above in your schema. These classes will be used to interact with the database while using Turbine." Also see the Velocity User Guide: http://jakarta.apache.org/velocity/user-guide.html If you think the documentation should be clearer, you can always submit a patch :) Regards, -- Rodney -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
