RE: messages resource-file

2001-10-03 Thread Thinh Doan
CTED]Subject: Re: messages resource-file It does. The problem is that getServletConfig().getInitParameter(...) always return null. In JRun managment console, I can see init-parameters for my servlet, but in code, I can't retreive them... I do not understand what

Re: messages resource-file

2001-10-03 Thread Christophe Marchand
From: Dragomir Nikolov To: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 7:43 PM Subject: Re: messages resource-file Hello Christophe,     Check if you have put portal-messages.properties into WEB-INF/classes/com/oxiasoft.portal.presentation/ directory     Or this propertie

Re: messages resource-file

2001-10-03 Thread Dragomir Nikolov
based application under JRun 3.1.I have some problems in loading messages resource-file. After having investigate, it appears that getServletConfig().getInitParameter("application") returns null. Here is my web.xml :...     portal     com.oxiasoft.portal.presentation.PortalServlet  

messages resource-file

2001-10-03 Thread Christophe Marchand
Hi all !   I've deployed a struts-based application under JRun 3.1. I have some problems in loading messages resource-file. After having investigate, it appears that getServletConfig().getInitParameter("application") returns null. Here is my web.xml :