On 2013-02-04 19:51, James Walker wrote:
> 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!
>

The most obvious error would be that you haven't put 
stripesstuff-0.2.jar on the classpath (ie in WEB-INF/lib)...

Matthijs


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to