Thanks Chris. It's solved. Marc
----- Original Message ----- From: "Chris Kimpton" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 1:48 PM Subject: Re: Action not found > Hi, > > --- Marc Europe <[EMAIL PROTECTED]> wrote: > > > > I got this error > > > > VelocityPortlet found action GetNumber context > > org.apache.velocity.VelocityContext@76458f > > > > Exception: java.lang.ClassNotFoundException: > > > > Requested Action not found: GetNumber > > Turbine looked in the following modules.packages path: > > [com.working.number, org.apache.jetspeed.modules, > > org.apache.turbine.modules] > > > > > > GetNumber.class is put under > > WEB-INF\classes\com\working\number directory > > I think this is your problem - Turbine assumes actions are in a > subpackage called "actions" - so your directory should be > > WEB-INF\classes\com\working\number\actions > > > > > AND > > > > module.packages=com.working.number is added to the > > TurbineResources.properties file > > This is fine. > > HTH, > Chris > > ===== > ------------------------------------------ > http://www.soccer2002.org.uk > > __________________________________________________ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://taxes.yahoo.com/ > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
