Can you give more details on what you are trying to do and why? Java classes can certainly read in property files during runtime. Read the JavaDocs on the java.util.Properties class for details on how to load properties.
-----Original Message----- From: Simon Kelly [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 3:05 AM To: Struts Users Mailing List Subject: Accessing .properties resources from within an action class. Hi, I have had a look through as much of the examples as I can find on the web but I have not seen anywhere where the information for a bean is kept in a resource file and then loaded in using an action class. Is it possible within struts to do this, or is there another better method, and does anyone know of an example I could look at? Regards Simon Institut fuer Prozessdatenverarbeitung und Elektronik, Forschungszentrum Karlsruhe GmbH, Postfach 3640, D-76021 Karlsruhe, Germany. Tel: (+49)/7247 82-4042 E-mail : [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

