RE: [SOLVED] struts-config xml file throws a java exception

2006-06-09 Thread Olivier Bex
Yes it did... Regards, Olivier -Message d'origine- De : Dave Newton [mailto:[EMAIL PROTECTED] Envoyé : vendredi 9 juin 2006 13:31 À : Struts Users Mailing List Objet : Re: [SOLVED] struts-config xml file throws a java exception Olivier Bex wrote: > The problem is solved. Th

[SOLVED] struts-config xml file throws a java exception

2006-06-09 Thread Olivier Bex
 : Samere, Adam J [mailto:[EMAIL PROTECTED] Envoyé : jeudi 8 juin 2006 16:01 À : Struts Users Mailing List Objet : RE: struts-config xml file throws a java exception Does your struts-config have: ... It didn't in the example you provided earlier. -----Original Message- Fr

RE: struts-config xml file throws a java exception

2006-06-08 Thread Olivier Bex
iling List Objet : Re: struts-config xml file throws a java exception Olivier Bex wrote: > LoginRequired is referenced in the action tags of each action. > I may have missed it, but did you provide the source for your custom ActionMapping class that you are expecting the element to ac

RE: struts-config xml file throws a java exception

2006-06-08 Thread Olivier Bex
: RE: struts-config xml file throws a java exception Where is loginRequired referenced in your struts-config document? Perhaps I misunderstood your problem. -Original Message- From: Olivier Bex [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 4:04 AM To: 'Struts Users Mailing Lis

RE: message resources

2006-06-08 Thread Olivier Bex
Hi, What do you have in the java class for the value you want to put in your message, is it a has table or something else ? Olivier. -Message d'origine- De : Marcus [mailto:[EMAIL PROTECTED] Envoyé : jeudi 8 juin 2006 10:58 À : Struts Users Mailing List Objet : Re: message resources >P

RE: message resources

2006-06-08 Thread Olivier Bex
Hi Marcus, Where do you want to print this message ? What type of data do you use ? Regards, Olivier -Message d'origine- De : Marcus [mailto:[EMAIL PROTECTED] Envoyé : jeudi 8 juin 2006 10:02 À : Struts Users Mailing List Objet : message resources Hi, I want to print a message like th

RE: struts-config xml file throws a java exception

2006-06-08 Thread Olivier Bex
Hi, Here is my form bean declaration : And here is the action form : (NB : the other declaration loginForm does not use the loginrequired property.) package com.eyrolles.struts; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; import org.apa

RE: struts-config xml file throws a java exception

2006-06-08 Thread Olivier Bex
According to my java file, the property loginRequired is in a java class that extends ActionMapping. In addition, the setter and getter methods are set. Thanks for the help. Regards, Olivier. -Message d'origine- De : Frank W. Zammetti [mailto:[EMAIL PROTECTED] Envoyé : mercredi 7 juin 2

RE: struts-config xml file throws a java exception

2006-06-07 Thread Olivier Bex
in your form bean, and one of these properties is called "loginRequired". I'm also going to guess that you don't have a setter method for this property with the method signature of 'public void setLoginRequired(String x)' -ed On 6/7/06, Olivier Bex <[EMAIL PROTECTED

RE: struts-config xml file throws a java exception

2006-06-07 Thread Olivier Bex
I'm using struts 1.1 with eclipse 3.1 and myeclipseIDE -Message d'origine- De : Frank W. Zammetti [mailto:[EMAIL PROTECTED] Envoyé : mercredi 7 juin 2006 18:39 À : Tomcat Users List Cc : user@struts.apache.org Objet : RE: struts-config xml file throws a java exception Olivier, what versi

struts-config xml file throws a java exception

2006-06-07 Thread Olivier Bex
Hi everyone, When I start Tomcat 5.0.28, it says that I have a parsing error in my struts-config.xml, but I think it's not. The log file throws a java.lang.NoSuchMethodException : bean has no property named loginRequired Regards, Olivier BEX

JSP error using struts 1.1

2006-06-07 Thread Olivier Bex
hrough the Internet, I have no answer for that. Regards, Olivier BEX