2 Replies Latest reply on Sep 17, 2003 4:24 PM by chuckharris

    The attached caused an error

    chuckharris

      Can anyone explain why the attached causes an error when trying to post? The preview displays fine.

        • 1. Re: The attached caused an error
          chuckharris

          This is the error if I try to spell check the message:
          HTTP ERROR: 500 Unable to compile class for JSP An error occurred at line: 16 in the jsp file: /spell.jsp Generated servlet error: [javac] Compiling 1 source file [javac] /tmp/Jetty_216_83_160_154_80__/spell_jsp.java:585: cannot resolve symbol [javac] symbol : class SpellSession [javac] location: class org.apache.jsp.spell_jsp [javac] SpellSession spellSession = (SpellSession)session.getAttribute("jive.spell.spellSession."+forumID+"."+threadID); [javac] ^ An error occurred at line: 16 in the jsp file: /spell.jsp Generated servlet error: [javac] /tmp/Jetty_216_83_160_154_80__/spell_jsp.java:585: cannot resolve symbol [javac] symbol : class SpellSession [javac] location: class org.apache.jsp.spell_jsp [javac] SpellSession spellSession = (SpellSession)session.getAttribute("jive.spell.spellSession."+forumID+"."+threadID); [javac] ^ An error occurred at line: 16 in the jsp file: /spell.jsp Generated servlet error: [javac] /tmp/Jetty_216_83_160_154_80__/spell_jsp.java:587: cannot resolve symbol [javac] symbol : variable SpellChecker [javac] location: class org.apache.jsp.spell_jsp [javac] spellSession = SpellChecker.createSession(spellBody); [javac] ^ An error occurred at line: 16 in the jsp file: /spell.jsp Generated servlet error: [javac] /tmp/Jetty_216_83_160_154_80__/spell_jsp.java:649: cannot resolve symbol [javac] symbol : variable SpellSession [javac] location: class org.apache.jsp.spell_jsp [javac] misspelledWords = (result == SpellSession.MISSPELLED_WORD); [javac] ^ An error occurred at line: 16 in the jsp file: /spell.jsp Generated servlet error: [javac] /tmp/Jetty_216_83_160_154_80__/spell_jsp.java:650: cannot resolve symbol [javac] symbol : variable SpellSession [javac] location: class org.apache.jsp.spell_jsp [javac] doubledWords = (result == SpellSession.DOUBLED_WORD); [javac] ^ [javac] 5 errors
          RequestURI=/spell.jsp

          • 2. Re: The attached caused an error
            chuckharris

            I figured it out. I used reserved characters.