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.
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-
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]
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
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
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
6 matches
Mail list logo