2008/3/6, Bob Tiernay <[EMAIL PROTECTED]>: > > With each new struts release, I need to extract the tld and update it.
You don't need it, if you put the Struts 2 JARs in /WEB-INF/lib and refer to taglibs this way: <%@ taglib uri="/struts-tags" prefix="s" %> Antonio