Aaron Porter <[EMAIL PROTECTED]> writes: > > You do have to tell Stripes where to look for your classes via web.xml. Try adding this into your > Stripes <filter>: > > <init-param> > <param-name>Extension.Packages</param-name> > <param-value>com.yourpackage</param-value> > </init-param> >
I do have that (actually, a comma-separated list of the packages where my various extensions live) Actually, the webapp appears to be working now, but I think it's because in my custom FormatterFactory, I explicitly wire up my formatters in an overridden init method. I suppose that will work for now. Thanks for the help. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
