Please change the taglib uri in this tutorial,
December 16, 2009 at 3:41 AM
Hi there is a problem, may the author has missed it. The taglib uri you have mentioned here won't work unless and until you don't specify in the deployment descriptor and since we are using JSP2.0, we don't need to do it. So when the container will try to locate the uri mentioned as /tags/struts-html it won't be able to find in any of the tld files. So instead of going and make changes in the tld, its good to change it here. <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>