Re: Validate filed if filled

2011-03-14 Thread Dave Newton
M > To: Struts Users Mailing List > Cc: Mohamed SIDI > Subject: Re: Validate filed if filled > > Hi Mohamed, > i would do it in actions validate method, > not in xml. > But that's just my oppinion. > > Best greetings, > Paweł Wielgus. > > > 2011/3/14 Moha

RE: Validate filed if filled

2011-03-14 Thread Paul Zepernick
[mailto:poulw...@gmail.com] Sent: Monday, March 14, 2011 6:32 AM To: Struts Users Mailing List Cc: Mohamed SIDI Subject: Re: Validate filed if filled Hi Mohamed, i would do it in actions validate method, not in xml. But that's just my oppinion. Best greetings, Paweł Wielgus. 2011/3/14 Mohamed

Re: Validate filed if filled

2011-03-14 Thread Paweł Wielgus
Hi Mohamed, i would do it in actions validate method, not in xml. But that's just my oppinion. Best greetings, Paweł Wielgus. 2011/3/14 Mohamed SIDI : > Hi all, > > In my Web User Interface, I have a field witch is not a mandatory filed, for > this filed I want to define a validation rule in my

Validate filed if filled

2011-03-14 Thread Mohamed SIDI
Hi all, In my Web User Interface, I have a field witch is not a mandatory filed, for this filed I want to define a validation rule in my ActionName-validator.xml only when it was filled, somneone can help to do that BW