Hi Ed,

You've guessed right for the definition of the form bean and the property
"loginRequired".
Unfortunately for you, I do have a class implementing loginRequired, and do
have setter and getter method.

This is why I don't understand the exception thrown by tomcat.

Regards,
Olivier.

-----Message d'origine-----
De : Ed Griebel [mailto:[EMAIL PROTECTED] 
Envoyé : mercredi 7 juin 2006 18:43
À : Struts Users Mailing List
Objet : Re: struts-config xml file throws a java exception

Hi Oliver-

I'm going to guess that you have defined a form bean and properties 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]> wrote:
> 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
>
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to