Re: Struts1.3.5 error

2006-10-27 Thread Phil Zoio
I saw this problem too - I think the package of the UseAttributeTei changed. I fixed it by using following prefix in your page: <%@ taglib prefix="tiles" uri="http://struts.apache.org/tags-tiles"; %> [EMAIL PROTECTED] wrote: Hi, I was using struts1.2.9 previously , every thing worked fine.

RE: Struts1.3.5 error

2006-10-26 Thread kumar.vinodh
ubject: 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-

RE: Struts1.3.5 error

2006-10-24 Thread Levan Dvalishvili
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]

RE: Struts1.3.5 error

2006-10-24 Thread Levan Dvalishvili
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] <[EMAI

Re: Struts1.3.5 error

2006-10-24 Thread Wendy Smoak
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.JasperExcepti

Struts1.3.5 error

2006-10-24 Thread kumar.vinodh
Hi, 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