Arne Vajhøj wrote:
> wrote:
> > java.lang.NoClassDefFoundError: org/apache/struts/taglib/html/HtmlTag
> >
> > I am getting the error message above (or similar messages).
> > I know the class is in the struts.jar file. What folder do I put this
> > file to avoid getting the message. Alternatively, do I change my
> > ClassPath or Path?
>
> If Struts is not in WL, then you should put it in WEB-INF\lib.
>
> Arne
Arne:
I'm putting it everywhere to try to get rid of the message. I've put it
in the WEB-INF\lib directory (I think it is the correct directory, are
you familiar with Weblogic?).
I want to try to put it in the CLASSPATH. I have tried that too and
unless CLASSPATH has to be capitalized, that isn't working either.