Re: bean:struts problem

2001-10-18 Thread Christophe Marchand
It seems your mapping is not correct. It tries to look for an acteur property in class org.apache.struts.action.ActionFormBean. Check your struts-config.xml... Je savais pas qu'il y avait un Jasper qui sortait des messages d'erreur en français. T'as piqué ça où ? - Original Message -

Re: How to customize the way Validation Error is display

2001-10-05 Thread Christophe Marchand
I think you can use a factory for this. Have a look in ActionServlet.initApplication() for more detail... And do not forget to have a good WE ;-)) - Original Message - From: McClung, Brian [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 05, 2001 5:52 PM Subject: RE: How to

Re: Adding Xml Tag in Struts-Config.xml file

2001-10-04 Thread Christophe Marchand
An init-param entry in your web.xml should be the solution. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 04, 2001 2:55 PM Subject: RE: Adding Xml Tag in Struts-Config.xml file I have an application-config.xml. But how my application could

Where is the most recent Struts.jar

2001-10-03 Thread Christophe Marchand
Hi all ! Where could I find the most recently full built struts.jar ? I have some troubles with message resource files... Thanks a lot === Christophe Marchand Mail prof : [EMAIL PROTECTED] Mail perso : [EMAIL PROTECTED]

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 : ...servlet

Re: messages resource-file

2001-10-03 Thread Christophe Marchand
other direcotry in the CLASSPATH variable. Greetings Dragomir Christophe Marchand wrote: 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

Re: ejb design

2001-10-01 Thread Christophe Marchand
Wrong idea ! EJB entity are made to store one and only one record or ValueObject. findByPrimaryKey entity method is designed to retrieve one record, depending on a primary key object. If you use only one entity class with a hashtable, you'll have a lot of problem to solve : 1 - your primary key

Re: Dreamweaver Custom Tag Support

2001-10-01 Thread Christophe Marchand
Yes it does ! I've spend all the night on this problem. Try to print your classpath and check it. - Original Message - From: Frédéric Houbie - ABSIS-GROUP To: Struts-User Sent: Monday, October 01, 2001 4:05 PM Subject: Dreamweaver Custom Tag Support Hi,

Re: Struts action populate a list then display the jsp

2001-10-01 Thread Christophe Marchand
I think a browser can only store the requested URL, not the redirect-to one... So you can only bookmark the requested URL, which is your action... Linking to an action mapping is something like action path="/tour" forward="/tour.jsp" /action - Original Message - From: "Peter