Thanks for the reply Antonio. I sincerely appreciate it. I solved the problem. Figures as soon as I go on a posting spree...lol. It's the way it always works.
When clicking "Redeploy" in MyEclipse to push your updated files to the server, MyEclipse didn't delete the Struts 2 jars from my deployed WEB-INF/lib directory. I had been experimenting with Struts 2. Now, I can see why I got that error. The fix was to remove the war file using the remove button on the MyEclipse deployment dialog, bounce JBoss, then redeploy. Now only the 1.3.8 jars are there and no more error. Life is good again. Thanks again! dw -----Original Message----- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2008 11:05 AM To: Struts Users Mailing List Subject: Re: java.lang.NoSuchMethodError: org.apache.struts.config.ModuleConfig.findActionConfigId(Ljava/lang/String;) 2008/4/3, DWilkerson <[EMAIL PROTECTED]>: > > I am using MyEclipse, JBoss 4.0.2, and Struts 1.3.8 > ... > java.lang.NoSuchMethodError: > > org.apache.struts.config.ModuleConfig.findActionConfigId(Ljava/lang/St > ring;) ModuleConfig.findActionConfigId has been introduced since Struts 1.3.6. http://struts.apache.org/1.x/apidocs/org/apache/struts/config/ModuleConfig.h tml#findActionConfigId(java.lang.String) Probably you are messing with JARs of the taglib and the core. Are you sure that they are of the same Struts version? Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]