I moved my Turbine application from 2.2 to 2.3 and most things are working again, except rawscreens.
When I open the URL (eg. http://127.0.0.1:8080/application/servlet/application/screen/PDFView)
I get the following exception:
java.lang.ClassNotFoundException:
Requested Page not found: Default
Turbine looked in the following modules.packages path:
[cdtm.application.modules, org.apache.turbine.modules] at org.apache.turbine.modules.PageLoader.getInstance(PageLoader.java:207)
at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:136)
at org.apache.turbine.Turbine.doGet(Turbine.java:796)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
...Why is Default page needed here? What can I configure to just use the rawscreen in this case?
For the normal pages I use VelocityOnlyLayout, which works correctly.
Thanks for your help, Uwe Maurer
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
