Re: Error: java.lang.ClassCastException: org.apache.struts.taglib.htm l.MessagesTei

2005-08-15 Thread Laurie Harper
You probably have multiple copies of the struts jar on you application's class path. Make sure that struts.jar only exists in your WEB-INF/lib directory and not elsewhere in whatever application server or servlet container you're using. Assuming you're using Tomcat, look for copies of struts.ja

Error: java.lang.ClassCastException: org.apache.struts.taglib.htm l.MessagesTei

2005-08-15 Thread Christian Dionne
Hi! I'm using Tomcat 5.5.9 with Struts 1.2.7. I am trying to convert my application that was working fine with Tomcat 5.0.30. I mostly fixed everything except that now I am getting this error. This occurs when parsing a .jsp file that includes a struts .tld. Any idea how to fix this? I saw a