Hi, I now realise that it is a typo. Requested Action should be Admin.CrudSchedule not Admin,CrudSchedule
Thanks for the hint on the Default class. David > -----Original Message----- > From: David Wynter [mailto:[EMAIL PROTECTED] > Sent: 21 October 2003 18:17 > To: Turbine Users List > Subject: RE: Still problems with VelocityPage > > > Hi, > > Well that changed the error. > > I now get: > > 2003-10-21 18:11:21,568 [HttpProcessor[8080][4]] ERROR > org.apache.turbine.Turbine - Turbine.handleException: > java.lang.ClassNotFoundException: > > Requested Action not found: Admin,CrudSchedule > Turbine looked in the following modules.packages path: > [com.roamware.rwtransform.modules, org.apache.turbine.modules] > > at > org.apache.turbine.modules.ActionLoader.getInstance(ActionLoader.java:186) > at > org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:134) > at > org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:154) > at org.apache.turbine.modules.Page.build(Page.java:91) > at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:136) > > Where com.roamware.rwtransform.modules.actions.Admin.Crudschedule.class is > the class it is looking for and it does exist. In fact the class has just > been used to render the page from which this request is made. > > Adding the page Default.class is also counter to the advice given > by Henning > in http://marc.theaimsgroup.com/?l=turbine-user&m=105605174611474&w=2 > > Still need a better explanation of when VelocityPage is not used, > it is not > adequately explained anywhere. > > Thanks > > David > > > > > -----Original Message----- > > From: Uwe Maurer [mailto:[EMAIL PROTECTED] > > Sent: 21 October 2003 17:46 > > To: Turbine Users List > > Subject: Re: Still problems with VelocityPage > > > > > > David Wynter wrote: > > > But with the above settings I get this exception: > > > > > > 2003-10-21 15:37:07,565 [HttpProcessor[8080][4]] ERROR > > > org.apache.turbine.Turbine - Turbine.handleException: > > > java.lang.ClassNotFoundException: > > > > > > Requested Page not found: Default > > > Turbine looked in the following modules.packages path: > > > [com.roamware.rwtransform.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) > > > > > > > I had the same exception when I was using RawScreens. > > To solve it, put the following class in your module path: > > > > package com.roamware.rwtransform.modules.pages; > > import org.apache.turbine.modules.pages.DefaultPage; > > public class Default extends DefaultPage { > > } > > > > > > Regards, > > Uwe > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
