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

2006-06-09 Thread Olivier Bex
earlier. -Original Message- From: Olivier Bex [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 9:58 AM To: 'Struts Users Mailing List' Subject: RE: struts-config xml file throws a java exception Here is my Actionmapping class using the property loginRequired : package com.ex.struts

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. The struts

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

RE: struts-config xml file throws a java exception

2006-06-08 Thread Olivier Bex
Hi, Here is my form bean declaration : form-beans form-bean name=loginForm type=com.eyrolles.LoginForm / form-bean name=employeForm type=com.eyrolles.EmployeForm / /form-beans And here is the action form : (NB : the other declaration loginForm does not use the loginrequired

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

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

RE: struts-config xml file throws a java exception

2006-06-08 Thread Olivier Bex
J [mailto:[EMAIL PROTECTED] Envoyé : jeudi 8 juin 2006 14:10 À : Struts Users Mailing List Objet : 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

RE: struts-config xml file throws a java exception

2006-06-08 Thread Olivier Bex
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 set-property... element to act

JSP error using struts 1.1

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

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

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

RE: struts-config xml file throws a java exception

2006-06-07 Thread Olivier Bex
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] wrote: Hi everyone, When I start Tomcat 5.0.28, it says