If you're creating the JAR from Eclipse make sure the "Add directory entries" checkbox is checked. Otherwise Stripes has a hard time finding things.
Aaron feh wrote: > Hi folks. > > I recently upgraded from Stripes 1.4.2 to 1.5.1, and I'm now experiencing a > problem w/ URL binding that didn't occur before. > > I have a form tag, like so: > > <stripes:form method="post" action="/Login.action"> > > When the LoginActionBean class is located under WEB-INF/classes, stripes > finds it and executes it properly. If I place that class in a jar file and > place it in WEB-INF/lib, I get the error: > > 2009-09-01 09:42:45,524 [http-8080-Processor25] ERROR > net.sourceforge.stripes.tag.FormTag - Could not locate an ActionBean that > was bound to the URL [/Login.action]. Without an ActionBean class Stripes > cannot determine whether the ActionBean is a wizard or not. As a result > wizard behaviour will be disabled. > > I've read the upgrading.txt file that comes w/ the 1.5.1 download, but I > didn't see an explanation for this behavior. > > Any help would be much appreciated! > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
