I am new to Stripes and am trying to run the source code from the Stripes
textbook "Stripes: ...and Java Web Development Is Fun Again", available at
http://pragprog.com/titles/fdstr/source_code. However, I get the following error
in my browser:

/WEB-INF/jsp/common/taglibs.jsp(18,49) PWC6188: The absolute uri:
http://www.stripes-stuff.org/security.tld cannot be resolved in either web.xml
or the jar files deployed with this application

which points to the following in taglibs.jsp:

<%@taglib prefix="security"
  uri="http://www.stripes-stuff.org/security.tld"%>

I've been looking around for a while and haven't found a solution to this
problem. Any help would be greatly appreciated. Thanks!






------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to