I tried something like that, but it doesn't work. Other ideas? I search all
the mailing list. I've seen a guy with almost the same problem as me,
except he was working with radio button. He never had an answer though....

Thank you.

-----------------------------------------------------------------------------

Jean-Francois Croteau
Services Informatiques
IBM Canada Ltée (Bromont)
E-mail : [EMAIL PROTECTED]
Tél. : (450) 534-6556




                                                                       
             "Jim Barrows"                                             
             <[EMAIL PROTECTED]                                         
             m>                                                         To
                                       "Struts Users Mailing List"     
             2005-01-04 14:37          <user@struts.apache.org>        
                                                                        cc
                                                                       
             Please respond to                                     Subject
               "Struts Users           RE: Validate a field only if a  
               Mailing List"           checkbox is checked             
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       






> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 04, 2005 12:03 PM
> To: user@struts.apache.org
> Subject: Validate a field only if a checkbox is checked
>
>
>
> Hi,
>       I want to know, how can I validate a field that must
> contains a date
> with the DatePattern ONLY IF a checkbox in my form is
> checked? For now, I
> have this, but it doesn't work at all:
>
>   <field property="startDate" depends="validWhen, date">
>        <arg0 key="searchLots.error.invalidStartDate" />
>            <var>
>                <var-name>test</var-name>
>                <var-value>(customerIdFlg == null)</var-value>
>            </var>

I haven't played with the validWhen syntax much, but what you are looking
to say, I think is something like:
             (this not empty && customerIdFlg==true)

The date validation you have will make sure that any date entered is valid.

>            <var>
>                <var-name>datePattern</var-name>
>                <var-value>yyyy-MM-dd</var-value>
>            </var>
>
> Anyone have a idea? Thank you.
>
> --------------------------------------------------------------
> ---------------
>
> Jean-Francois Croteau
> Services Informatiques
> IBM Canada Ltée (Bromont)
>
>
>
> ---------------------------------------------------------------------
> 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]




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

Reply via email to