RE: Different validations for one form

2005-01-14 Thread julie gautier
ci <[EMAIL PROTECTED]> wrote: oppss, just try to add language parameter,, -Original Message- From: Seyhan Basmaci Sent: Friday, January 14, 2005 3:13 PM To: Struts Users Mailing List Subject: RE: Different validations for one form add language and cuntry parameters ,, (countr

RE: Different validations for one form

2005-01-14 Thread julie gautier
yhan Basmaci <[EMAIL PROTECTED]> wrote:oppss, just try to add language parameter,, -Original Message- From: Seyhan Basmaci Sent: Friday, January 14, 2005 3:13 PM To: Struts Users Mailing List Subject: RE: Different validations for one form add language and cuntry parame

RE: Different validations for one form

2005-01-14 Thread julie gautier
005 3:13 PM To: Struts Users Mailing List Subject: RE: Different validations for one form add language and cuntry parameters ,, (country may be different from FR ) -Original Message- From: julie gautier [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 3:02 PM To: Struts Users M

RE: Different validations for one form

2005-01-14 Thread Seyhan Basmaci
oppss, just try to add language parameter,, -Original Message- From: Seyhan Basmaci Sent: Friday, January 14, 2005 3:13 PM To: Struts Users Mailing List Subject: RE: Different validations for one form add language and cuntry parameters ,, (country may be different from FR

RE: Different validations for one form

2005-01-14 Thread Seyhan Basmaci
add language and cuntry parameters ,, (country may be different from FR ) -Original Message- From: julie gautier [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 3:02 PM To: Struts Users Mailing List Subject: RE: Different validations for one form Done. I always have the

RE: Different validations for one form

2005-01-14 Thread julie gautier
e gautier [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 2:40 PM To: Struts Users Mailing List Subject: RE: Different validations for one form Thanks again for your help. So, my two jsp are : commercialplanList.jsp and commercialplanPrint.jsp. I have one form : CommercialPlanForm.class I

RE: Different validations for one form

2005-01-14 Thread Seyhan Basmaci
2:40 PM To: Struts Users Mailing List Subject: RE: Different validations for one form Thanks again for your help. So, my two jsp are : commercialplanList.jsp and commercialplanPrint.jsp. I have one form : CommercialPlanForm.class I have one action class : CommercialPlanAction.class Here is my str

RE: Different validations for one form

2005-01-14 Thread julie gautier
---Original Message- From: julie gautier [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 2:07 PM To: Struts Users Mailing List Subject: RE: Different validations for one form Ok, but I have the same action class too... So how will it know that for one jsp, it's a validation an

RE: Different validations for one form

2005-01-14 Thread Seyhan Basmaci
ect: RE: Different validations for one form Ok, but I have the same action class too... So how will it know that for one jsp, it's a validation and for the other jsp it's the other validation to use... My two jsp share the same form and the same action class... Do you have an idea ? Th

RE: Different validations for one form

2005-01-14 Thread julie gautier
ml file such as, formset> .. you must use second way, take it easy.. -Original Message- From: jgfa92004 [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 1:11 PM To: struts-user@jakarta.apache.org Subject: Different validations for one form Hi ev

Re: RE: Different validations for one form

2005-01-14 Thread sales
Kindly send all your messages to [EMAIL PROTECTED] This mail account is not functioning anymore. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Different validations for one form

2005-01-14 Thread Seyhan Basmaci
such as, formset> mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 1:11 PM To: struts-user@jakarta.apache.org Subject: Different validations for one form Hi everybody, Here is my problem : I have two jsp that share the same action class (and the same form). As they don't

Re: Re: Different validations for one form

2005-01-14 Thread sales
Kindly send all your messages to [EMAIL PROTECTED] This mail account is not functioning anymore. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Different validations for one form

2005-01-14 Thread Joe Germuska
At 11:11 AM + 1/14/05, jgfa92004 wrote: Hi everybody, Here is my problem : I have two jsp that share the same action class (and the same form). As they don't contain the same fields, I would like to have two different validations : one for each jsp. I use Validator and Struts 1.2. How can I do

Re: Different validations for one form

2005-01-14 Thread sales
Kindly send all your messages to [EMAIL PROTECTED] This mail account is not functioning anymore. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Different validations for one form

2005-01-14 Thread jgfa92004
Hi everybody, Here is my problem : I have two jsp that share the same action class (and the same form). As they don't contain the same fields, I would like to have two different validations : one for each jsp. I use Validator and Struts 1.2. How can I do that ? Thanks in advance. Julie