Howdy, Perhaps you should place Dica in a package: http://tomcatfaq.sourceforge.net/classnotfound.html
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Jose Euclides da Silva Junior - DATAPREVRJ >[mailto:[EMAIL PROTECTED] >Sent: Monday, June 09, 2003 3:18 PM >To: '[EMAIL PROTECTED]' >Subject: What does this crazy error message mean? > >Hi everybody, i cant stand without solve this problem: >whenever Rodrigo2.jsp runs, I always get the bellow message, but the bean >Dica is there.... What should i do? The jsp complete code is attached. >Regards, Euclides. > >An error occurred at line: 12 in the jsp file: /rodrigo2.jsp > >Generated servlet error: > [javac] Compiling 1 source file > >C:\jakarta-tomcat-4.1.18\work\Standalone\wtrjo210\_\rodrigo2_jsp.java:5 4: >cannot resolve symbol >symbol : class Dica >location: class org.apache.jsp.rodrigo2_jsp > Dica dica = null; > ^ > > > >An error occurred at line: 12 in the jsp file: /rodrigo2.jsp > >Generated servlet error: >C:\jakarta-tomcat-4.1.18\work\Standalone\wtrjo210\_\rodrigo2_jsp.java:5 6: >cannot resolve symbol >symbol : class Dica >location: class org.apache.jsp.rodrigo2_jsp > dica = (Dica) pageContext.getAttribute("dica", >PageContext.PAGE_SCOPE); > ^ > > > >An error occurred at line: 12 in the jsp file: /rodrigo2.jsp > >Generated servlet error: >C:\jakarta-tomcat-4.1.18\work\Standalone\wtrjo210\_\rodrigo2_jsp.java:5 9: >cannot resolve symbol >symbol : class Dica >location: class org.apache.jsp.rodrigo2_jsp > dica = (Dica) >java.beans.Beans.instantiate(this.getClass().getClassLoader(), "Dica"); > ^ > > <<rodrigo2.jsp>> This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
