Please make sure In JSP pages : remove/change local references to tag libs to absolute URLs: It should look like that : <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %> <%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
, and remove struts/tiles tld files, remove tld declarations from web.xml file and that should take care of the issue, It did for me :) Best regards. Levan -----Original Message----- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 24, 2006 10:28 AM To: Struts Users Mailing List Subject: Re: Struts1.3.5 error On 10/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I was using struts1.2.9 previously , every thing worked fine. When I > migrated to struts1.3.5, I am getting below error message.I am not > sure about this behaviour. > Any particular reason for this behaviour? > > > org.apache.jasper.JasperException: Failed to load or instantiate > TagExtraInfo class: org.apache.struts.taglib.tiles.UseAttributeTei See #6 on the upgrade notes... http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 The Struts Tiles package name was changed. Try clearing out your container's 'work' directory so the JSPs will be recompiled. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]