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>

(Make sure to change com.yourpackage to the package that contains your 
Formatters.)

Aaron


Christopher Maier wrote:
> Aaron,
> Thanks for the reply.  Making my GenericEntityFormatter abstract did indeed 
> fix the problem of Stripes trying to register it as a Formatter.  However, 
> it's still not figuring out that MyFormatterFactry$ThingFormatter  should be 
> formatting Things.  Pulling the various Formatter classes up into top level 
> classes, rather than keeping them as member classes, doesn't seem to change 
> anything, either.  I used Stripes compiled fresh from the trunk, revision 874.
> 
> Any suggestions?
> 
> Thanks,
> Chris
> 
> 
> 
> 
> -------------------------------------------------------------------------
> 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/


-------------------------------------------------------------------------
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

Reply via email to