0 Replies Latest reply on May 21, 2003 5:57 AM by vippappo

    struts html:error shows null

    vippappo

      Hi there!

      I upgraded from JBoss 3.0.4 to 3.0.7.

      When i deploy an ear-archive under jboss 3.0.4 it's ok to put struts.jar into WEB-INF/lib in the war-file.

      with JBoss 3.0.7 i got an NoSuchClassDefError, so i put struts.jar in the ear-file and added "Class-Path: struts.jar" to war-files manifest. but now struts doesn't find the Message-Properties file anymore.
      If i use <html:errors> i get 'null' instead of the error message(s).

      what's wrong?