Why does turbine use relative package names instead of fully qualified? this has bitten me a couple times...
----- Original Message ----- From: <[EMAIL PROTECTED]> To: "Turbine Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 13, 2001 5:00 PM Subject: Re: How to use my own Login class? > Specify your login action relative to the packages path. Just to make > sure, you may want to name your custom login action something different > than "Login", although this should not be necessary. > > On Tue, 13 Nov 2001, Dan E. wrote: > > > 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]> > > > > -- > =========================== > Brian Lawler > > > -- > 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]>
