Actually, shouldn't the package name be <module-prefix>.actions.admin.AddUser? That is what I have currently.
I can also see my compiled class file in WEB-INF/classes/<module-prefix>/actions/admin/AddUser.class I have a class WEB-INF/classes/<module-prefix>/actions/Authenticate.class that is working properly. So my only thoughts are that the package name is wrong (I triple-checked), the ActionLoader doesn't work this way, or I've hit a bug. Do you have any other troubleshooting suggestions? On Fri, Apr 12, 2002 at 11:01:24AM -0700, Chris Campbell wrote: > make sure you package declaration is correct in your AddUser class - it > should be <module-prefix>.admin.AddUser > > and <module-prefix> must be included in modules.packages in > TurbineResources.properties ( but it sounds like it is already ) > > > -----Original Message----- > From: Craig McDaniel [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 12, 2002 10:54 AM > To: Turbine Users List > Subject: Re: Sub-packages for Actions? > > > On Fri, Apr 12, 2002 at 10:44:05AM -0700, Chris Campbell wrote: > > . not , > > admin.AddUser makes sense to me, but it still isn't working. Are you > sure about this? I am using $link.setAction("admin.AddUser"). > > > -----Original Message----- > > From: Craig McDaniel [mailto:[EMAIL PROTECTED]] > > Sent: Friday, April 12, 2002 10:36 AM > > To: [EMAIL PROTECTED] > > Subject: Sub-packages for Actions? > > > > > > Should sub-packages for actions behave the same as for screens? IOW, I > > have set the action to be "admin,AddUser". However, Turbine is not > > finding my action class. Do actions not work this way, or is the > > problem somewhere else (or am I the problem)? My classes that are in > > the main actions package are working just fine. > > > > Later, > > -- > > \ Craig Patrick McDaniel > > /_\ Software Engineer > > /_/_\ n + 1, Inc. > > /_/_/_\ [EMAIL PROTECTED] > > /_/_/_/_\ (502) 479-5557 > > > > -- > > 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]> > > -- > \ Craig Patrick McDaniel > /_\ Software Engineer > /_/_\ n + 1, Inc. > /_/_/_\ [EMAIL PROTECTED] > /_/_/_/_\ (502) 479-5557 > > -- > 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]> -- \ Craig Patrick McDaniel /_\ Software Engineer /_/_\ n + 1, Inc. /_/_/_\ [EMAIL PROTECTED] /_/_/_/_\ (502) 479-5557 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
