Re: How to read the properties file in wicket?

2008-01-16 Thread Rama-o-Rama
thanks Igor, Rama igor.vaynberg wrote: > > ((WebApplication)Application.get()).getServletContext() > > -igor > > > On Jan 16, 2008 3:57 PM, Rama-o-Rama <[EMAIL PROTECTED]> wrote: >> >> >> >> Rama-o-Rama wrote: >> > >

RE: How to handle Runtime Exception in wicket?

2008-01-16 Thread Rama-o-Rama
tInternalErrorPage(InternalErrorPage.class); > > // show internal error page rather than default developer page > getExceptionSettings().setUnexpectedExceptionDisplay(IExceptionSettings.SHOW_INTERNAL_ERROR_PAGE); > > http://cwiki.apache.org/confluence/x/FyMB > > -----Original Message-

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 se

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: http://www.nabble.com/How-to-read-the-properties-file-in-wicket-

Re: How to handle Runtime Exception in wicket?

2008-01-16 Thread Rama-o-Rama
Rama-o-Rama wrote: > > Hello, > > I am trying to handle to the runtime exception in Wicket, by default in > the deployment mode it throws internal error. > > I want to redirect it to my error.jsp on my WEB-INF folder. > > this is what i

How Runtime Exception Handling?

2008-01-15 Thread Rama-o-Rama
Hello, I am trying to handle to the runtime exception in Wicket, by default in the deployment mode it throws internal error. I want to redirect it to my error.jsp on my WEB-INF folder. this is what i am doing in my web.xml file java.lang.Exception