Thanks Levan, It is working fine now. I am not seeing error message after making necessary changes as said by you.
Regards, Vinodh -----Original Message----- From: Levan Dvalishvili [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 1:55 AM To: 'Struts Users Mailing List' Subject: RE: Struts1.3.5 error 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] The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]