0 Replies Latest reply on Jul 11, 2004 3:52 PM by zalle_cool

    Problem including javascript with my jsp in JBOSS 3.2.4

    zalle_cool

      Hi there,

      I am developing/running a web app using JBoss 3.2.4 and 3.2.3 on a Win XP Pro box.

      I include javascript code from a .js file into header.jsp as follows:

      <script language="Javascript" src="/blah/jsp/intranet/css/blah.js"></script>


      header.jsp is statically included in the beginning of index.jsp, which I then request from IE 6.0.2 On doing this, I get a javascript error as follows:

      Problem with your web page might prevent it from being displayed properly or functioning properly.
       Line: 1, Char: 86, Error: Expected ';', Code: 0


      However, upon reloading index.jsp this error does not re-occur and the app works fine. Furthermore, I did not encounter this problem when I was running this app on JBoss 3.2.3

      Any ideas?

      cheer-e)
      zalle