Re: swith to struts-el

2005-07-04 Thread Dewitte Rémi
I have no error but it doesn't work. Thanks for your answer anyway. Le Lundi 4 Juillet 2005 17:30, Ivan Rodriguez a écrit : > So if it doesnt work for you, try > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addit

Re: swith to struts-el

2005-07-04 Thread Dewitte Rémi
That's it ! Thanks ! Le Lundi 4 Juillet 2005 17:03, Wendy Smoak a écrit : > From: "Dewitte Rémi" <[EMAIL PROTECTED]> > > > Hum, I tried : > > Unable to find a value for "sex" in object of class > > "org.apache.struts.validator.LazyValidatorForm" using operator "." (null) > > Indeed, it's a DynaBe

Re: swith to struts-el

2005-07-04 Thread Ivan Rodriguez
So if it doesnt work for you, try - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: swith to struts-el

2005-07-04 Thread Wendy Smoak
From: "Dewitte Rémi" <[EMAIL PROTECTED]> Hum, I tried : Unable to find a value for "sex" in object of class "org.apache.struts.validator.LazyValidatorForm" using operator "." (null) Indeed, it's a DynaBean. http://struts.apache.org/userGuide/building_controller.html#dyna_action_form_classes Tr

Re: swith to struts-el

2005-07-04 Thread Martin Gainty
ROTECTED]> To: "Struts Users Mailing List" Sent: Monday, July 04, 2005 12:50 PM Subject: Re: swith to struts-el Hum, I tried : Unable to find a value for "sex" in object of class "org.apache.struts.validator.LazyValidatorForm" using operator "." (null)

Re: swith to struts-el

2005-07-04 Thread Dewitte Rémi
Hum, I tried : Unable to find a value for "sex" in object of class "org.apache.struts.validator.LazyValidatorForm" using operator "." (null) Indeed, it's a DynaBean. Have an idea ? Le Lundi 4 Juillet 2005 16:43, Ivan Rodriguez a écrit : > > > Dewitte Rémi escribió: > >I'd like to switch all my

Re: swith to struts-el

2005-07-04 Thread Ivan Rodriguez
Dewitte Rémi escribió: I'd like to switch all my callic struts tags to struts-el in order to not mix all tags. How do you switch logic.equal to c:if ? For example : Thanks again... - To unsubscribe, e-mail: [EMAIL PROTECTE