I have the following i the TR.properties file:
module.packages=com.lmco.espares.modules,org.apache.turbine.flux.modules Dan Eyassu On Tue, 13 Nov 2001, Christopher Elkins wrote: > On Tue, Nov 13, 2001 at 03:46:56PM -0500, Dan E. wrote: > > Hello all: > > > > I am new to Turbine and any help would be appreciated. i need to use my > > own Login class. In the Turbine properties file, I noticed the following: > > > > action.login=Login > > This is sufficient. See below. > > > Can override this attribute and if so, how? I tried doing the following, > > but it did not worK > > > > action.login=com.lmco.espares.modules.actions.Login > > Have you set modules.packages appropriately? You should have something like > the following: > > module.packages=com.lmco.espares.modules,org.apache.turbine.modules > > -- > Christopher Elkins > > -- > 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]>
