Re: required if validation doesn'nt work

2006-09-15 Thread Niall Pemberton

On 9/15/06, Heidy Gutiérrez Guzmán [EMAIL PROTECTED] wrote:

I'm using  requiredif  validation from Validator Framework, but does'nt
work.

I have de rule in the validator-rules.xml and the method validateRequiredIf
exists in org.apache.struts.validator.FieldChecks in the struts jar.

I have read that requiredif is deprecated in struts 1.2, but that does'nt
problem for me, because i'm using struts 1.1


Just saying it doesn't work doesn't really give much information for
people to help you. Also its often useful to post the appropriate
snippets of your configuration files.

Do you mean that validation always passes or fails or are you getting
some kind of exception? Have you checked the logs for any error
messages?

Niall

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



Re: required if validation doesn'nt work

2006-09-15 Thread Heidy Gutiérrez Guzmán

The validation always fails, i don't have any kind of exeption.

The key in the application resources is ok for that kind of message.

This is the code that i put in the validatir.xml

form name=gestionarEdicionMonitoresEDHEPForm
field property=nombre depends=requiredif
arg0 key=etiqueta.Nombre /
var
var-nametest/var-name
var-value(campoOculto != 
null)/var-value
/var

/field
/form

On 9/15/06, Niall Pemberton [EMAIL PROTECTED] wrote:

On 9/15/06, Heidy Gutiérrez Guzmán [EMAIL PROTECTED] wrote:
 I'm using  requiredif  validation from Validator Framework, but does'nt
 work.

 I have de rule in the validator-rules.xml and the method
validateRequiredIf
 exists in org.apache.struts.validator.FieldChecks in the struts jar.

 I have read that requiredif is deprecated in struts 1.2, but that does'nt
 problem for me, because i'm using struts 1.1

Just saying it doesn't work doesn't really give much information for
people to help you. Also its often useful to post the appropriate
snippets of your configuration files.

Do you mean that validation always passes or fails or are you getting
some kind of exception? Have you checked the logs for any error
messages?

Niall

-
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]



Re: required if validation doesn'nt work

2006-09-15 Thread Niall Pemberton

You have configured your validator using the format for the
validwhen validator - but specified the requiredif validator:

For the requiredif validator you need to use the following type of
configuration:
 http://struts.apache.org/1.2.x/userGuide/dev_validator.html#conditionals

For the validwhen validator:
 http://struts.apache.org/1.2.x/userGuide/dev_validator.html#validwhen

Niall

On 9/15/06, Heidy Gutiérrez Guzmán [EMAIL PROTECTED] wrote:

The validation always fails, i don't have any kind of exeption.

The key in the application resources is ok for that kind of message.

This is the code that i put in the validatir.xml

form name=gestionarEdicionMonitoresEDHEPForm
field property=nombre depends=requiredif
arg0 key=etiqueta.Nombre /
var
var-nametest/var-name
var-value(campoOculto != 
null)/var-value
/var

/field
/form

On 9/15/06, Niall Pemberton [EMAIL PROTECTED] wrote:
 On 9/15/06, Heidy Gutiérrez Guzmán [EMAIL PROTECTED] wrote:
  I'm using  requiredif  validation from Validator Framework, but does'nt
  work.
 
  I have de rule in the validator-rules.xml and the method
 validateRequiredIf
  exists in org.apache.struts.validator.FieldChecks in the struts jar.
 
  I have read that requiredif is deprecated in struts 1.2, but that does'nt
  problem for me, because i'm using struts 1.1

 Just saying it doesn't work doesn't really give much information for
 people to help you. Also its often useful to post the appropriate
 snippets of your configuration files.

 Do you mean that validation always passes or fails or are you getting
 some kind of exception? Have you checked the logs for any error
 messages?

 Niall

 -
 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]



required if validation doesn'nt work

2006-09-14 Thread Heidy Gutiérrez Guzmán

I'm using  requiredif  validation from Validator Framework, but does'nt
work.

I have de rule in the validator-rules.xml and the method validateRequiredIf
exists in org.apache.struts.validator.FieldChecks in the struts jar.

I have read that requiredif is deprecated in struts 1.2, but that does'nt
problem for me, because i'm using struts 1.1