On Tuesday, February 26, 2002, at 05:55 AM, Lang, Cliff wrote:
> [Fri Feb 15 08:04:12 EST 2002] -- ERROR -- Turbine.handleException: > > Requested Screen not found: > Turbine looked in the following modules.packages path: > [org.myproject.main.modules, org.apache.turbine.flux.modules, > org.apache.turbine.modules] Typically this means your screens are not in this directory: tdk/webapps/myproject/main/modules/screens/ Or it means the names are not matching. For example, if you are going to this url: http://localhost:8080/myproject/servlet/myproject/template/Foo.vm Turbine will be looking for Foo.java in the above directory. If neither of those are the source of your problem, you'll have to give more details. Hope that helps. -Eric -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
