Re: How to read the properties file in wicket?

2008-01-17 Thread Matthijs Wensveen
Rama-o-Rama wrote: Hello, I am trying to read the property file like test.properties in the wicket. I have done previously like servletcontext.getresouceasstream(). what is the wicket way of reading the file. ~Rama If the properties file 'belongs' to a Component, like

How to read the properties file in wicket?

2008-01-16 Thread Rama-o-Rama
Hello, I am trying to read the property file like test.properties in the wicket. I have done previously like servletcontext.getresouceasstream(). what is the wicket way of reading the file. ~Rama -- View this message in context:

Re: How to read the properties file in wicket?

2008-01-16 Thread Rama-o-Rama
Rama-o-Rama wrote: Hello, I am trying to read the property file like test.properties in the wicket. I have done previously like servletcontext.getresouceasstream(). what is the wicket way of reading the file. ~Rama Hi Igor, How do the serveltContext in wicket? ~Rama -- View

Re: How to read the properties file in wicket?

2008-01-16 Thread Igor Vaynberg
((WebApplication)Application.get()).getServletContext() -igor On Jan 16, 2008 3:57 PM, Rama-o-Rama [EMAIL PROTECTED] wrote: Rama-o-Rama wrote: Hello, I am trying to read the property file like test.properties in the wicket. I have done previously like