Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 7655 invoked by uid 500); 18 Jul 2001 07:41:55 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 7640 invoked from network); 18 Jul 2001 07:41:54 -0000 Message-Id: <5.0.2.1.2.20010718093327.00a8ef88@dedaletechnology.com> X-Sender: dedaletechnology.com:kaneda@dedaletechnology.com X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Wed, 18 Jul 2001 09:37:03 +0200 To: tomcat-dev@jakarta.apache.org From: Kaneda K Subject: RE:Using bean in Jsp In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N At 11:51 16/07/2001 -0500, you wrote: >I tried to use a bean in a jsp page. i got a error "Fatal Error:missing >resource: java.util.PropertyResourceBundle" could u pls help me? This is due to the fact that you try to access a properties from a JSP, with the getRessource(myfolder/mypropertiesfiles.properties) and that the parsed source *.java and compilled *.class are not in the same folder. I personnaly avoid it by creatin an intermediary class stored into /mywebapp/WEB-INF/classes I hope that helps