Hi Bruno,
The problem seems to be incorrect <taglib uri value.
I am using Struts 1.2.x
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
here's what I have.
I know they changed it from Struts 1.1 to 1.2. << Unless they changed it
from 1.2 to 1.3.x as well, it should work for you.>>
You can give a shot with this. Or else just wait for some Struts 1.3.x
user to respond.
regards,
robin
Bruno Melloni wrote:
I have a strange problem, with Struts 1.3.5 in Eclipse 3.2.
- struts-taglib-1.3.5.jar is in the classpath.
- Inside the jar, in /META-INF/tld are the struts tld files.
- I have the following in index.jsp:
<%@ taglib uri="/META-INF/tld/struts-logic.tld" prefix="logic"
%>
<logic:redirect forward="welcome" />
- Eclipse whines about the tag not being known. I even tried replacing
the URI with "http://struts.apache.org/tags-logic", but no cigar.
Any idea what is going on, and how to fix it?
Thanks,
Bruno
---------------------------------------------------------------------
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]