Thank, But all my JAR are in WEB-APP/lib. And I've not found multiple copie. In my my frame there is only JSP from one webapp !
Regards. 2005/12/15, Laurie Harper <[EMAIL PROTECTED]>: > Jean-Charles Giardina wrote: > > Hi every body, > > > > I get an javax.servlet.ServletException: duplicate class definition: > > com/amarda/framework/taglib/RowTag > > on webapp start up only. Upon refreshing the page this error goes away. > > > > This exception occurs when using more than one frame (including internal > > frame). > > > > Tks folks. > > Check for multiple copies of your RowTag class in the classpath (or > multiple copies of a JARc containing that class). You probably have the > class in a shared library as well as your webapp's libraries / classes. > > L. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >