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/String;)
ModuleConfig.findActionConfigId has been introduced since Struts 1.3.6. http://struts.apache.org/1.x/apidocs/org/apache/struts/config/ModuleConfig.html#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